Skip to main content

write_mzml

Function write_mzml 

Source
pub fn write_mzml<S: SpectrumSource + ?Sized, W: Write>(
    src: &mut S,
    out: &mut W,
) -> Result<()>
Expand description

Write the source’s spectra as mzML 1.1.0 (un-indexed).