Dependencies And Adjacencies¶
This page explains which nearby crates bijux-gnss-nav depends on directly
and which ones sit beside it as boundary checks.
Direct Technical Dependencies¶
bijux-gnss-corefor shared artifacts, time primitives, observation records, and signal identifiersbijux-gnss-signalwhere navigation logic needs signal-domain identifiers and semantics but not raw processing ownership
Adjacencies That Matter More Than The Cargo Graph¶
bijux-gnss-receiveris the main consumer whose orchestration pressure can tempt scientific drift if boundaries are not explicitbijux-gnss-infravalidates persisted runs against navigation truth and can tempt file-discovery logic into nav if left uncheckedbijux-gnssexposes operator-visible commands and therefore depends on a stable public navigation vocabulary
Practical Reading Rule¶
If a change needs simultaneous edits in nav and one neighboring crate, review the boundary first. Cross-crate edits are often a sign that ownership is unclear even when the code still compiles.