sbor 1.3.1

Reference implementation of the SBOR binary data format, from the Radix DLT project.
Documentation
1
2
3
4
5
mod payload_validator;
mod traits;

pub use payload_validator::*;
pub use traits::*;