Skip to main content

Module api_styles

Module api_styles 

Source
Expand description

API-style parity registry and adapters.

The registry makes issue #62’s “same operations through every applicable style” requirement executable: each operation has an explicit cell for each supported style, and applicable cells point at a runnable fixture.

Structs§

ApiOperationEntry
One operation row in the API-style parity matrix.
ApiStyleCell
One operation/style registry cell.
FluentPipeline
Fluent parse/query/transform/reconstruct pipeline.
LinkCliSubstitution
Parsed link-cli-style substitution command.
LinkCliSubstitutionError
Error returned while parsing or applying link-cli-style substitution text.

Enums§

ApiOperation
Operation families that must remain reachable through the supported API styles.
ApiStyle
API surface styles tracked for parity.
ApiStyleFixture
Coverage state for one operation/style cell.
LinkCliSubstitutionKind
Operation kind represented by a link-cli-style substitution command.

Constants§

API_OPERATIONS
Operation/style parity matrix.

Traits§

FluentNetworkApi
Fluent adapter over LinkNetwork operations.

Functions§

run_api_style_fixture
Runs one named API-style parity fixture.