dnoise 0.1.0

Denoise Bruker timsTOF .d folders with an iterative vertical ion-mobility feature filter (CLI + library).
Documentation
1
2
3
4
5
6
7
8
# Pin the toolchain used to build dnoise for the paper (see Performance / SI
# Reproducibility). Cargo.toml's rust-version = "1.85" is the minimum supported
# (MSRV); this file pins the exact toolchain the published binary was built with.
[toolchain]
channel = "1.97.1"
# CI and `just check` run fmt + clippy under this pinned toolchain, so the
# components must be pinned with it (the CI action only adds them to stable).
components = ["rustfmt", "clippy"]