Expand description
This module contains structures and traits for working with strings.
Structs§
- String
Validator - A structure for validating strings with specific constraints.
Traits§
- StrValidation
Extension - A trait providing an extension for string validation functionality. This trait is sealed and
cannot be implemented outside the module where it is defined. It is designed to extend
the functionality of types implementing the private
StrSealed
trait.