OpenWRaw
Rust and Python reader for the Waters MassLynx RAW mass spectrometry data format. Cross-platform (Linux, macOS, Windows), with no native or system dependencies.
Full documentation: https://sigilweaver.app/openwraw/docs
Install
Rust:
Python:
Quickstart
Rust:
use RawReader;
let r = open?;
for f in r.functions
Python:
=
=
Repository layout
crates/
openwraw/ Core Rust library (69 tests)
openwraw-py/ PyO3 / maturin Python bindings
docs/ Docusaurus site (format spec + guides)
License
Apache-2.0 - see LICENSE.
Copyright 2026 Sigilweaver Holdings LLC.
The format specification was developed by binary analysis of public mass-spectrometry datasets (PRIDE accessions).