Registry / networking / gnss-rs

gnss-rs

JSON →
library2.6.0rscratesunverified

GNSS constellations library for satellite navigation data.

# Cargo.toml [dependencies] gnss-rs = "2.6.0"
INSTALL
IMPORT
SIG · GNSS-RS
G
gnss-rs
networkingrustv2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Constellation
use gnss_rs::Constellation;

Prints the PRN of the GPS constellation.

use gnss_rs::Constellation; fn main() { let gps = Constellation::GPS; println!("GPS PRN: {}", gps.prn()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
OpenAI (training)
1
Resources
gnss-rs — cargo add gnss-rs · libregistry