Expand description
§fastrlp
Very fast and well-tested RLP serialization library for Rust.
§License
The entire code within this repository is licensed under the Mozilla Public License v2.0
Re-exports§
pub use encode::const_add;
pub use encode::MaxEncodedLen;
pub use encode::MaxEncodedLenAssoc;
Macros§
- Use this to define length of an encoded entity
Structs§
Enums§
Constants§
Traits§
- A trait for values that provide sequential write access to bytes.
Functions§
- Trims leading zeros from a byte slice.