Cargo Features

[dependencies]
mzdeisotoper = { version = "0.1.6", 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 whenever mzdeisotoper is added without default-features = false somewhere in the dependency tree.

mzmlb

Enables mzmlb of mzdata

mzdata:

Enables reading mzMLb

thermo

Enables thermo of mzdata

zlib

Enables zlib of mzdata

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.