Expand description

no_std version of crate fixedstr: strings of fixed maximum lengths that can be copied and stack-allocated using const generics.

Structs

  • THIS STRUCTURE IS NOT EXPORTED. It can only be referenced with the public type aliases str4 through str256. This is to ensure that N will not exceed 256.