Expand description
Core API for typeshift.
This crate defines the TypeShift trait, parse/serialize/schema helpers,
and error types used by the facade crate.
Most users should depend on the typeshift facade crate instead of using
typeshift-core directly.
Re-exports§
Enums§
- Type
Shift Error - Error returned by
parse_str.
Traits§
- Type
Shift - Marker trait for types that can be parsed, validated, and schematized.
Functions§
- parse_
str - Parse JSON text into
Tand runvalidator::Validate. - schema_
json - Generate a JSON Schema document for
Tasserde_json::Value. - to_json
- Serialize a typed value into a compact JSON string.