Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T20:09:59.000Z (7 months ago)
- Last Synced: 2024-10-07T02:16:07.199Z (3 months ago)
- Topics: multicodec, multiformats, rust, serde
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Multicodec in Rust
[![](https://img.shields.io/travis/gnunicorn/rust-multicodec/master.svg?style=flat-square)](https://travis-ci.org/gnunicorn/rust-multicodec) ![](https://img.shields.io/crates/l/multicodec.svg?style=flat-square) [![](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](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