Code Navigation¶
When you need to inspect the crate quickly, use this route order.
Fast Reading Path¶
- start at the crate root to confirm the crate exports one deliberate public facade
- read the public API facade to see what the crate claims publicly
- jump to the owning family: artifacts, observations, navigation solutions, identifiers, time, units, geodesy, diagnostics, support inventory, or configuration
- read the corresponding crate-local guides, especially the public API guide, contract guide, contract map, invariants guide, and serialization guide
- confirm with the narrow integration or property test that protects the contract
Review Shortcut¶
If a change touches the public facade, artifact records, observation records, navigation-solution records, or time model, treat it as a cross-crate contract review first and an implementation review second.