Dependencies And Adjacencies¶
This page explains which nearby crates bijux-gnss-receiver depends on
directly and which ones sit beside it as boundary checks.
Direct Technical Dependencies¶
bijux-gnss-corefor shared contracts and runtime artifact vocabularybijux-gnss-signalfor signal primitives and lower-level reusable acquisition and tracking inputsbijux-gnss-navfor navigation-stage and validation-adjacent behavior when thenavfeature is enabled
Adjacencies That Matter More Than The Cargo Graph¶
bijux-gnssis the main consumer whose operator pressure can tempt command policy into the runtimebijux-gnss-infrais the main persistence neighbor whose repository responsibilities can tempt file-layout logic into runtime artifactsbijux-gnss-testkitcan supply truth and scenario support, but should not become the owner of runtime composition
Practical Reading Rule¶
If a change needs synchronized edits in receiver and a neighboring crate, review the boundary first. Cross-crate edits often signal unclear ownership even when the code still compiles.