Cargo Features

[dependencies]
exon = { version = "0.20.0", default-features = false, features = ["all", "fcs", "ffi", "fixtures", "genbank", "mzml", "motif-udfs"] }
default = fcs, ffi, genbank, mzml

These default features are set whenever exon is added without default-features = false somewhere in the dependency tree.

all = fcs, ffi, genbank, motif-udfs, mzml
fcs default all?

Enables exon-fcs

Affects datasources::fcs, exon_context_ext::ExonSessionExt.read_fcs

ffi default all?

Enables pin-project and ffi of arrow

arrow:

Enable ffi support

Affects exon::ffi

fixtures
genbank default all?

Enables exon-genbank

Affects datasources::genbank, exon_context_ext::ExonSessionExt.read_genbank

mzml default all?

Enables exon-mzml

Affects datasources::mzml, exon_context_ext::ExonSessionExt.read_mzml

motif-udfs all?

Enables lightmotif and lightmotif-io