Docs.rs
cbor4ii-0.3.0
cbor4ii 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
Crates.io
Source
Owners
quininer
Dependencies
half ^2
normal
serde ^1
normal
anyhow ^1
dev
ciborium ^0.2
dev
criterion ^0.4
dev
data-encoding ^2
dev
serde ^1
dev
serde_bytes ^0.11
dev
serde_cbor ^0.11
dev
Versions
0.3.0
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
40.16%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module serde
Structs
Enums
Functions
?
Module
cbor4ii
::
serde
source
·
[
−
]
Expand description
serde support
Structs
Deserializer
Serializer
Enums
DecodeError
EncodeError
Functions
from_reader
Decodes a value from a reader.
from_slice
Decodes a value from a bytes.
to_vec
Serializes a value to a writer.
to_writer
Serializes a value to a writer.