Crate cbor [−] [src]
CBOR (RFC 7049) encoder and decoder implementations.
Reexports
pub use decoder::{Config, Decoder, DecodeError, DecodeResult, GenericDecoder}; |
pub use decoder::{opt, maybe, or_break}; |
pub use encoder::{Encoder, EncodeError, EncodeResult, GenericEncoder}; |
Modules
| decoder |
CBOR (RFC 7049) decoder implementation supporting the following features: |
| encoder |
CBOR (RFC 7049) encoder implementation. |
| skip |
|
| slice |
|
| types |
CBOR types and tags definitions. |
| value |
This module defines the generic |