Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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