Cargo Features

gnss-rs has no features set by default.

[dependencies]
gnss-rs = { version = "2.2.4", features = ["domes", "cospar", "sbas", "full", "serde"] }
default

no features enabled by default

domes full?

Enable DOMES (IGS station ID) number definition.

Affects gnss-rs::domes

cospar full?

Enable COSPAR (Vehicle Launch #ID) definition

Affects gnss-rs::cospar

sbas full? = geo, wkt

SBAS (GEO) vehicules definitions are built-in this library.
This feature unlocks the definition of a database of projected areas covered by SBAS services, all around the globe, in the form of GEO/WKT frames.

Affects sbas::sbas_selection

full = cospar, domes, sbas

Enable all features at once

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

geo sbas?

Enables geo ^0.28

wkt sbas?

Enables wkt ^0.10.0

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework