Expand description
Sweet helpers for facet deserialization.
This crate provides common setter functions for handling string, bytes, and scalar values
when deserializing into facet types. It’s used by both facet-format and facet-dom.
Enums§
- Dessert
Error - Error type for dessert operations.
- Pointer
Action - Result of checking if a pointer type needs special handling.
Functions§
- begin_
pointer - Prepare a smart pointer for deserialization.
- set_
bytes_ value - Set a bytes value with proper handling for borrowed vs owned data.
- set_
string_ value - Set a string value, handling
Option<T>, parseable types, enums, and string types.