Expand description
Validated domain types
This module provides newtype wrappers around string types to add compile-time type safety and runtime validation for domain-specific values like URIs, MIME types, and Base64 strings.
Structs§
- Base64
String - Base64-encoded string
- Mime
Type - MIME type string
- Uri
- A validated URI string
Enums§
- Base64
Error - Error type for Base64 validation
- Mime
Type Error - Error type for MIME type validation
- UriError
- Error type for URI validation