6 releases
new 0.48.2 | Feb 20, 2025 |
---|---|
0.48.1 | Feb 19, 2025 |
0.47.0 | Feb 15, 2025 |
0.46.1 | Feb 11, 2025 |
0.45.0 |
|
#241 in Science
447 downloads per month
1.5MB
36K
SLoC
mzdata-spectra
This re-exports a subset of the mzdata
, specifically
by not enabling the default features that include the mzML and MGF reading and writing components.
This cuts the minimum number of dependencies considerably, but retains the metadata mappings and
spectrum data model, as well as all the traits and "helper" types under mzdata::io
. For more detail,
please see mzdata
's source code and documentation.
lib.rs
:
mzdata
provides basic access to raw and processed mass spectrometry data formats in
Rust.
mzdata
requires a lot of parsing machinery which can make it a weighty dependency to
to add to a project.
Dependencies
~5–18MB
~278K SLoC