std.bytes
Types for working with bytes.
Methods
check_slice_range |
Traits
Bytes | A type that is a contiguous sequence of bytes. | |
IntoByteArray | A type which can be moved into a | |
ToByteArray | A type from which a new |
Types
ByteArray | An array of bytes. | |
Iter | An iterator over the bytes in a | |
Slice | A immutable slice of bytes. |