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§
- ApiOperation
Entry - One operation row in the API-style parity matrix.
- ApiStyle
Cell - One operation/style registry cell.
- Fluent
Pipeline - Fluent parse/query/transform/reconstruct pipeline.
- Link
CliSubstitution - Parsed link-cli-style substitution command.
- Link
CliSubstitution Error - 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.
- ApiStyle
Fixture - Coverage state for one operation/style cell.
- Link
CliSubstitution Kind - Operation kind represented by a link-cli-style substitution command.
Constants§
- API_
OPERATIONS - Operation/style parity matrix.
Traits§
- Fluent
Network Api - Fluent adapter over
LinkNetworkoperations.
Functions§
- run_
api_ style_ fixture - Runs one named API-style parity fixture.