Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bogdanp/racket-messagepack
An implementation of the MessagePack serialization format for Racket.
https://github.com/bogdanp/racket-messagepack
msgpack racket
Last synced: about 2 months ago
JSON representation
An implementation of the MessagePack serialization format for Racket.
- Host: GitHub
- URL: https://github.com/bogdanp/racket-messagepack
- Owner: Bogdanp
- Created: 2022-12-04T17:37:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T15:07:43.000Z (about 1 year ago)
- Last Synced: 2024-10-28T20:09:45.490Z (3 months ago)
- Topics: msgpack, racket
- Language: Racket
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# racket-messagepack
An implementation of the [MessagePack] serialization format for
Racket.## License
racket-messagepack is licensed under the 3-Clause BSD license.
[MessagePack]: https://msgpack.org/index.html