Expand description
Shared format alias and JSON shape routing for the powerio crate.
It maps format names and top level JSON markers without parsing a document.
Enums§
- Detection
- A classification result that can be known, absent, or unsafe to choose.
- Distribution
Format - Domain
- Json
Class - Top level classification of bare JSON text: a
.pio.jsonpackage or a case document with its format detection. The package outcome lives in the classifier’s result rather than a separate predicate, so every consumer handles it, and one parse answers both questions. - Source
Format - Transmission
Format
Functions§
- classify_
format_ name - Resolve a source format name or common alias.
- classify_
json_ text - Classify a JSON document: a
.pio.jsonpackage, or a case document across the transmission and distribution domains. - distribution_
format_ from_ name - transmission_
format_ from_ name