Module string

Module string 

Source
Expand description

Bounded string wrappers that integrate with stable structures and enforce maximum lengths at construction time. These appear in configs and memory tables where size caps matter.

Structs§

BoundedString
BoundedString String wrapper enforcing a compile-time maximum length, with serde and storage trait implementations.

Type Aliases§

BoundedString8
BoundedString16
BoundedString32
BoundedString64
BoundedString128
BoundedString256