Crate storage_string

Source
Expand description

Defines a fixed-size string format that’s used by SCSI and NVMe specifications.

Structs§

AsciiString
A fixed-size string that is padded out with ASCII spaces.

Enums§

InvalidAsciiString
An error returned by AsciiString::new.