Crate monero_epee_bin_serde

Crate monero_epee_bin_serde 

Source
Expand description

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

Structs§

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

Functions§

from_bytes
Deserialize the provided bytes.
to_bytes
Serialize the given object to binary.

Type Aliases§

Result
A specialized Result type for serde operations.