Expand description
This crate contains the trait definitions for the untrusted_value and untrusted_value_derive crate.
All types are reexported in the untrusted_value crate, so you should properly use that crate instead.
See also the main repo at https://github.com/0xCCF4/UntrustedValue.
Traitsยง
- From
Trusted Variant - This trait provides a way to convert an untrusted or trusted type to another untrusted type.
- Into
Untrusted Variant - This trait provides a way to convert an untrusted or trusted type to another untrusted type.
- Sanitize
Value - The type implementing this struct can be sanitized.
- Sanitize
With - This type can be sanitized using a provided sanitizer.