Expand description
Fixed-capacity byte and text types for no_std applications.
Structs§
- BigEndian
- Big-endian UTF-16 code-unit encoding.
- Capacity
Error - The fixed-capacity buffer cannot hold the requested data.
- Fixed
Bytes - Stack-allocated arbitrary bytes with a fixed maximum capacity.
- Fixed
Str - Stack-allocated, valid UTF-8 text with a fixed byte capacity.
- Fixed
Utf16 - Fixed-width, NUL-padded UTF-16 code units in a specified byte order.
- Little
Endian - Little-endian UTF-16 code-unit encoding.
Traits§
- Utf16
Byte Order - UTF-16 byte order used by
FixedUtf16.
Type Aliases§
- Fixed
Utf16 Be - Fixed-width big-endian UTF-16 text.
- Fixed
Utf16 Le - Fixed-width little-endian UTF-16 text.