Docs.rs
libipld-raw-cbor-0.1.1
libipld-raw-cbor 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
rklaehn
Dependencies
byteorder ^1.4.3
normal
libipld-core ^0.14.0
normal
thiserror ^1.0.25
normal
hex ^0.4.3
dev
libipld-macro ^0.14.0
dev
multihash ^0.16.3
dev
quickcheck ^1.0.3
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libipld_
raw_
cbor
0.1.1
All Items
Crate Items
Modules
Structs
Traits
Type Aliases
Crate
libipld_raw_cbor
Copy item path
Source
Expand description
CBOR codec.
Modules
§
decode
CBOR decoder
encode
CBOR encoder.
error
CBOR error types.
Structs
§
RawCbor
Codec
Raw CBOR codec.
Unsupported
Codec
The codec is unsupported.
Traits
§
Cbor42
Marker trait for types supporting the
CborCodec
.
Type Aliases
§
Result
Result<T, Error>