Macrosยง
- as_
bytes_ ๐for_ tuples - impl_
ord_ ๐for_ mapped - impl_
ordered_ ๐bytes_ ints - impl_
ordered_ ๐bytes_ ints_ arrays - Safety
- impl_
ordered_ ๐bytes_ nonzero_ ints - sum ๐
Structsยง
- Concat
Tuple - This type implements a
BytesMapping
for tuples of types, concatenating their byte representations together. - Identity
- This type implements a
BytesMapping
that preserves the original type without converting it to bytes. - Mapped
- A container for the bytestring that is produced from
BytesMapping
conversion - ToIBE
- This struct represents a conversion of signed integers to a format that allows the natural ordering of the numbers to match the lexicographic ordering of the bytes.
- ToOctets
- This struct represents a conversion of IP addresses (V4 and V6) into their component bytes.
- ToUBE
- This struct represents a conversion of unsigned integers to the big endian format, so that the natural ordering of the numbers matches the lexicographic ordering of the bytes.
Traitsยง
- Bytes
Mapping - Trait representing a reversible conversion from a type to some sort of byte string.