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: 7 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T15:07:43.000Z (10 months ago)
- Last Synced: 2024-05-08T23:36:44.368Z (6 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