sbor 1.3.1

Reference implementation of the SBOR binary data format, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
mod path_formatting;
mod typed;
mod untyped;

pub use path_formatting::*;
pub use typed::*;
pub use untyped::*;