Module minicbor::encode [−][src]
Traits and types for encoding CBOR.
This module defines the trait Encode and the actual Encoder.
It also defines a Write trait to store the encoded bytes.
Re-exports
pub use write::Write; |
Modules
| write | The |
Structs
| Encoder | A non-allocating CBOR encoder writing encoded bytes to the given |
Enums
| Error | Encoding errors. |
Traits
| Encode | A type that can be encoded to CBOR. |