Crate monero_epee_bin_serde[][src]

Expand description

A serde library that implements Monero’s epee binary encoding [0, 1].

Structs

The error type for serde operations of the to_bytes and from_bytes methods.

Functions

Deserialize the provided bytes.

Serialize the given object to binary.

Type Definitions

A specialized Result type for serde operations.