Skip to main content

Module routing

Module routing 

Source
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.
DistributionFormat
Domain
SourceFormat
TransmissionFormat

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

Type Aliases§

JsonFormat