Module string

Source
Expand description

Checking PKCE code verifier strings.

Enums§

Error
Represents sources of errors that can occur when checking strings.

Functions§

check
Similar to check_str, except it is generic over AsRef<str>.
check_str
Iterarively checks that the given string contains valid characters only.
const_check_str
Recursively checks that the given string contains valid characters only.