Docs.rs
cbor-smol-0.4.1
cbor-smol 0.4.1
Docs.rs crate page
Apache-2.0 OR MIT
Links
Repository
crates.io
Source
Owners
nickray
daringer
github:trussed-dev:publishers
Dependencies
delog ^0.1.0-alpha.3
normal
heapless ^0.7
normal
heapless-bytes ^0.3
normal
serde ^1
normal
heapless ^0.7
dev
serde ^1
dev
serde_bytes ^0.11.12
dev
Versions
76.6%
of the crate is documented
Go to latest version
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cbor_
smol
0.4.1
All Items
Crate Items
Re-exports
Modules
Structs
Functions
Crate
cbor_smol
Copy item path
source
Re-exports
§
pub use error::
Error
;
pub use error::
Result
;
Modules
§
de
error
ser
Structs
§
Bytes
Functions
§
cbor_
deserialize
cbor_
serialize
cbor_
serialize_
bytes
Serialize object into newly allocated Bytes.
cbor_
serialize_
extending_
bytes
Append serialization of object to existing bytes, returning length of serialized object.