Cargo Features

[dependencies]
sp3 = { version = "1.1.2", default-features = false, features = ["qc", "processing", "anise", "flate2", "serde"] }
default = flate2

gzip files by default

qc processing? = gnss-qc-traits

File Merging and other high level methods

processing = qc

(Pre)Processing methods like data masking

Enables processing of gnss-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.

anise implicit feature

Enables anise

anise:

Core of the ANISE library

gnss-qc-traits processing? qc?
flate2 default
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework