IPLD core
This crate provides core types for interoperating with IPLD. Codecs are not part of this crate, they are independent, but rely on ipld-core.
The code is based on libipld-core.
Features
std: Makes the error implementstd::error::Error.serde: Enables support for Serde serialization into/deserialization from theIpldenum.arb: Enables support for property based testing.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.