Crate x_923

Source
Expand description

ANSI X.923 for Rust.

Wikipedia Section

Functionsยง

pad
Pad some bytes with ANSI X.923, cloning the input.
pad_buffer
Pad some bytes with ANSI X.923, modifying the input.
un_pad
Un-pad some bytes with ANSI X.923, cloning the input.
un_pad_buffer
Un-pad some bytes with ANSI X.923, modifying the input.