Crate tari_bor

Crate tari_bor 

Source

Re-exports§

pub use serde;

Macros§

cbor
Build a Value conveniently.

Structs§

BorError
BorTag
ByteCounter
ByteCounterError

Enums§

Value
A representation of a dynamic CBOR value that can handled dynamically

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
DeserializeOwned
A data structure that can be deserialized without borrowing any data from the deserializer.
FromTagAndValue
Read
A trait indicating a type that can read bytes
Serialize
A data structure that can be serialized into any data format supported by Serde.
ValueVisitor
Write
A trait indicating a type that can write bytes

Functions§

decode
decode_exact
decode_from_reader
decode_len
encode
encode_into_std_writer
encode_into_writer
encode_with_len
encode_with_len_to_writer
encoded_len
encoded_len_with_limit
from_value
to_value
Encodes any Rust type using CBOR
walk_all

Derive Macros§

Deserialize
Serialize