Expand description
String types, operations, parsing, and encodings.
Modulesยง
- conversions
- String case conversions (
snake_case, Title Case). - formatting
- Number formatting utilities.
- parsing
- Core parsing functions.
- secret
- Helpers for redacting and masking secrets in strings.
- semver
- Semantic version parsing and comparison.
- stack_
str - A stack-allocated ASCII string type for efficient identifier storage.
- urlencoding
- URL percent-encoding and decoding per RFC 3986.