Type Alias SlimmerBytes

Source
pub type SlimmerBytes = SlimmerBox<[u8], u16>;
Expand description

This is a type alias for a boxed slice of bytes with a slimmer size representation on Linux/macos, 10 bytes not 16

Aliased Typeยง

#[repr(packed(1))]
pub struct SlimmerBytes { /* private fields */ }