Rust implementation of the multicodec specification.
First add this to your Cargo.toml
toml
[dependencies]
rust_multicodec = "0.1.0"
Then run cargo build
.
Check the built in documentation.
Contributions are welcome :)
Licensed under the Apache License, Version 2.0