Crate urlquerystring

Source

Structs§

StackParam
A stack-based parameter type with fixed-size storage for key and value.
StackQueryParams
A stack-based query parameters container with fixed-size storage.
StackString
A stack-based string type with fixed-size storage.

Constants§

MAX_KEY_SIZE
Default maximum length for parameter keys in bytes.
MAX_PARAM_COUNT
A high-performance, zero-allocation URL query string parser.
MAX_VALUE_SIZE
Default maximum length for parameter values in bytes.