Re-exportsยง
pub use mapped::*;
Modulesยง
- mapped ๐
Macrosยง
Traitsยง
- AsBytes
- Any type implementing
AsBytes
can be decomposed into bytes. - NoPrefixes
Bytes - This trait is used to mark types which have a byte representation which is guaranteed to not be a prefix of any other value of the same type.
- Ordered
Bytes - This trait is used to mark types where the lexicographic ordering of their
byte representation (as output by
AsBytes::as_bytes
) matches their normal ordering (as determined byOrd
).