Cargo Features
SP3 has no features set by default.
[dependencies]
sp3 = { version = "1.1.0-alpha-1", features = ["qc", "processing", "serde", "flate2"] }
- default
-
no features by default
- qc processing? = rinex-qc-traits
-
Unlock methods for Data analysis
- processing = qc
-
Unlock processing features
Enables processing of rinex-qc-traits
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.
- rinex-qc-traits processing? qc?
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- flate2 implicit feature