Crate premium_line

Crate premium_line 

Source
Expand description

Line – A fixed capacity String

Since a Line has a fixed capacity it can be allocated on the stack or in static memory.

Structs§

Line
A Line is like a String with a fixed capacity

Enums§

Error
Error type for mutating Lines

Type Aliases§

Line15
A Line with a capacity of 15 bytes
Line31
A Line with a capacity of 31 bytes
Line63
A Line with a capacity of 63 bytes
Line127
A Line with a capacity of 127 bytes
Line255
A Line with a capacity of 255 bytes