Cargo Features
[dependencies]
gnss-qc-traits = { version = "0.1.0", default-features = false, features = ["processing", "html"] }
- default = html
-
The
html
feature is set by default whenevergnss-qc-traits
is added without
somewhere in the dependency tree.default-features = false - processing
-
Unlock processing features
- Filter designer: design and apply filter ops to GNSS datasets - html default
-
Unlock HTML reporting
This is enabled by default, since HTML is our only reporting format to this day.Enables maud ^0.26
Affects
gnss-qc-traits::QcHtmlReporting
…