https://github.com/gnunicorn/rust-multicodec
Implementing the multicodec-spec in Rust
https://github.com/gnunicorn/rust-multicodec
multicodec multiformats rust serde
Last synced: about 2 months ago
JSON representation
Implementing the multicodec-spec in Rust
- Host: GitHub
- URL: https://github.com/gnunicorn/rust-multicodec
- Owner: gnunicorn
- Created: 2018-09-07T09:59:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T20:09:59.000Z (over 1 year ago)
- Last Synced: 2025-07-16T20:52:17.381Z (3 months ago)
- Topics: multicodec, multiformats, rust, serde
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Multicodec in Rust
[](https://travis-ci.org/gnunicorn/rust-multicodec)  [](https://github.com/RichardLitt/standard-readme)
> rust implementation of the [multicodec specs](https://github.com/multiformats/multicodec)
## ToDo's
### Coding
- [ ] automatic deserialisation through external serdes (JSON, CBOR, ...)
- [ ] Integrate with Multihash & Multiaddr
- [ ] no-std/Wasm-support### Mgmnt
- [x] Github setup
- [x] Publish on crates.io
- [ ] Add proper License Files
- [x] Activate travis-ci