Cargo Features
[dependencies]
mzdeisotoper = { version = "0.2.1", default-features = false, features = ["mzmlb", "thermo", "zlib", "zlib-ng-compat", "miniz_oxide"] }
- default = zlib-ng-compat
-
The
zlib-ng-compat
feature is set by default whenevermzdeisotoper
is added without
somewhere in the dependency tree.default-features = false - mzmlb
-
mzdata:
Enables reading mzMLb
- thermo
- zlib
-
mzdata:
The zlib feature makes the code faster unoptimized, but with LTO the default algorithm is faster on tests. Odds are on real data, this will vary with the size of the data being shuttled back and forth, and on the quality of the data (de)compression.
- zlib-ng-compat default
-
Enables zlib-ng-compat of mzdata
- miniz_oxide
-
Enables miniz_oxide of mzdata
mzdeisotoper has 6 features without comments.