1 unstable release
0.1.0 | Mar 9, 2020 |
---|
#51 in #ipld
22KB
528 lines
Rust IPLD library
Basic rust ipld library supporting
dag-cbor
,dag-json
anddag-pb
formats.
Originally authored by @dvc94ch as a part of the ipfs-rust project.
The Ipld
enum from the libipld-core
crate is the central piece that most of the users of this library use.
The codec implementations use custom traits. In order to be more compatible with the rest of the Rust ecosystem, it's strongly recommended, to use new implementations, that use Serde as a basis instead. Currently, the list of implementations is limited, please let us know if you crate one and we'll add it to the list:
Community
For chats with the developers and the community: Join us in any of these (bridged) locations:
- On Matrix: #ipld:ipfs.io
- On Discord: join the IPLD community on IPFS Discord.
License
Dual licensed under MIT or Apache License (Version 2.0). See LICENSE-MIT and LICENSE-APACHE for more details.
Dependencies
~4–6MB
~97K SLoC