docs.rs failed to build mzdata-0.6.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
mzdata-0.62.1
mzdata
A Rust library for reading mass spectrometry data file formats.
Quickstart
use File;
use *;
use ;
use MzMLReader;
use ;
let reader = new;
for spectrum in reader
Supported Formats
mzMLandindexedmzML- MGF
TODO
- mzML Implementation
- Improve unit handling.
- Iteration behavior
- Implement a caching strategy for re-using recently yielded spectra.
- Other formats?
Disclaimer
This library was made in part to learn Rust, so it may not use the preferred idioms, patterns, or libraries. Any recommendations are welcome.