Skip to main content

Crate hadris_fixed

Crate hadris_fixed 

Source
Expand description

Fixed-capacity byte and text types for no_std applications.

Structs§

BigEndian
Big-endian UTF-16 code-unit encoding.
CapacityError
The fixed-capacity buffer cannot hold the requested data.
FixedBytes
Stack-allocated arbitrary bytes with a fixed maximum capacity.
FixedStr
Stack-allocated, valid UTF-8 text with a fixed byte capacity.
FixedUtf16
Fixed-width, NUL-padded UTF-16 code units in a specified byte order.
LittleEndian
Little-endian UTF-16 code-unit encoding.

Traits§

Utf16ByteOrder
UTF-16 byte order used by FixedUtf16.

Type Aliases§

FixedUtf16Be
Fixed-width big-endian UTF-16 text.
FixedUtf16Le
Fixed-width little-endian UTF-16 text.