Re-exports§
pub use super::int::LenEnc;
Structs§
- Bare
Bytes - A byte sequence without length.
- Const
Bytes - Constantly known byte string.
- EofBytes
- A byte sequence that lasts from the current position to the end of the buffer.
- Fixed
Length Text - A fixed length byte sequence (right-padded with
0x00
). - Null
Bytes - Null-terminated byte sequence.
- RawBytes
- Wrapper for a raw byte sequence, that came from a server.
- U8Bytes
- A byte sequence prepended by it’s u8 length.
- U32Bytes
- A byte sequence prepended by it’s u32 length.
Traits§
- Bytes
Repr - Representation of a serialized bytes.
- Const
Bytes Value
Type Aliases§
- Bare
U8Bytes BareBytes
withu8
len.- Bare
U16Bytes BareBytes
withu16
len.