Expand description
Shared format alias and JSON shape routing for the powerio crate.
This module is deliberately parser free. It only answers routing questions: what a format name means, and what top level JSON markers imply.
Enums§
- Detection
- A classification result that can be known, absent, or unsafe to choose.
- Distribution
Format - Domain
- Source
Format - Transmission
Format
Functions§
- classify_
format_ name - Resolve a source format name or common alias.
- classify_
json_ text - Classify a JSON document across the transmission and distribution domains.
- distribution_
format_ from_ name - transmission_
format_ from_ name