Cargo Features

GNSS-Protos has no features set by default.

[dependencies]
gnss-protos = { version = "0.0.2", features = ["std", "gps", "log"] }
std

STD support. Currently only used in test mode.

gps

Unlock GPS protocol

Affects tests::from_ublox_be_bytes

Features from optional dependencies

log implicit feature

Enables log

log:

A lightweight logging facade for Rust