Codepoint

Type Alias Codepoint 

Source
pub type Codepoint = ArrayVec<[u8; 6]>;
Expand description

The type representing a byte encoding. Since byte sequences are at most 6 bytes long, it lives on the stack and requires no allocations.

Aliased Typeยง

#[repr(C)]
pub struct Codepoint { /* private fields */ }