Crate forest_encoding[][src]

Re-exports

pub use serde_bytes;

Modules

Generic data structure deserialization framework.

When serializing or deserializing CBOR goes wrong.

Generic data structure serialization framework.

Support for cbor tags

Structs

Wrapper for deserializing array of 32 Bytes.

Wrapper for deserializing dynamic sized Bytes.

Wrapper for serializing slice of bytes.

Error type for encoding and decoding data through any Forest supported protocol.

Enums

CodecProtocol defines the protocol in which the data is encoded or decoded

Traits

Cbor utility functions for serializable objects

Functions

Generates blake2b hash of fixed 32 bytes size.

Generates blake2b hash with provided size.

Decodes a value from CBOR data in a reader.

Decodes a value from CBOR data in a slice.

Serializes a value to a vector.

Serializes a value to a writer.