Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

jessemcdowell/MsgPackSlim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MsgPackSlim

A simple library for parsing MsgPack

For information about MsgPack, see: http://msgpack.org/

This implementation is based on this specification version: https://github.com/msgpack/msgpack/blob/8fc1ab3efbece26890d16baa8e5bbc6867ba80b8/spec.md

Limitations

  • cannot read values where the content has more than 2147483647 bytes

Author

This project was created by Jesse McDowell.

http://www.jessemcdowell.ca/

License

Copyright (c) 2015 Jesse McDowell.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

A simple library for parsing MsgPack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages