mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2024-11-21 23:00:20 +09:00
No description
src | ||
tests | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
psb_qaqc
WIP
For developers
build / run
cargo build
cargo run -- -h
test
cargo test
doc
cargo doc --open
TODO
- add more unittests
- test for various cases
- split into muds(maybe as lib crates)
- organize existing feature as a subcommand
- add csv check/validate subcommand
- skew measurement?
- rename bin/project
check TODO
s in comments.