Expand description
Fortifier.
Modules§
- serde
- Serde utilities
Macros§
- error_
code - Implement an error code.
- error_
code_ base - Implement an error code.
- error_
code_ serde - Implement
serdetraits for an error code. - error_
code_ utoipa - Implement
utoipatraits for an error code. - validate_
with_ deref - Generate a dereference validate implementation for a type.
Structs§
- Email
Address Error Code - Email address error code.
- Email
Address Options - Struct of options that can be configured when parsing with
parse_with_options. - Indexed
Validation Error - Validation error with index.
- Keyed
Validation Error - Validation error with key.
- Length
Error Code - Email address error code.
- Phone
Number Error Code - Email address error code.
- Range
Error Code - Email address error code.
- Regex
Error - Regular expression validation error.
- Regex
Error Code - Email address error code.
- UrlError
Code - Email address error code.
- Validation
Errors - Validation errors.
Enums§
- Email
Address Error - Email validation error.
- Length
Error - Length validation error.
- Phone
Number Country - CLDR country IDs.
- Phone
Number Error - Phone number validation error.
- Range
Error - Range validation error.
- UrlError
- URL validation error.
Traits§
- AsRegex
- Convert to a regular expression.
- Validate
- Validate a schema.
- Validate
Email Address - Validate an email address.
- Validate
Length - Validate a length.
- Validate
Phone Number - Validate a phone number.
- Validate
Range - Validate a range.
- Validate
Regex - Validate a regular expression.
- Validate
Url - Validate a URL.
- Validate
With Context - Validate a schema with context.
Derive Macros§
- Validate
- Validate derive macro.