Skip to main content

Module bounded_string

Module bounded_string 

Source
Expand description

BoundedString, length-bounded string type for untrusted input.

Structs§

BoundedString
A length-bounded string (max 200 chars / 512 bytes).

Enums§

StringTooLong
Error returned when a string exceeds length limits.