Expand description
UTF-8 validation utilities for dx-serializer
This module provides UTF-8 validation functions that return detailed error information including byte offsets for invalid sequences.
Structs§
- Utf8
Validation Error - Validate UTF-8 with detailed error information
Functions§
- validate_
string_ input - Validate a string value during parsing
- validate_
utf8 - Validate that a byte slice is valid UTF-8
- validate_
utf8_ detailed - Validate UTF-8 with detailed error information
- validate_
utf8_ owned - Validate UTF-8 and return owned String