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: 9 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 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T15:07:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T21:30:28.355Z (10 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