Crate specta_util
Source Expand description
- selection
serde
- Specta compatible selection of struct fields.
- Any
serde
- Easily convert a non-Specta type into a Specta compatible type.
This will be typed as
any
in Typescript. - Unknown
serde
- Easily convert a non-Specta type into a Specta compatible type.
This will be typed as
unknown
in Typescript.