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 whenever gnss-qc-traits is added without default-features = false somewhere in the dependency tree.

processing

Unlock processing features
- Filter designer: design and apply filter ops to GNSS datasets

Enables gnss-rs and hifitime

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