psboard-qaqc-postprocess/README.md
2024-07-14 11:17:40 +09:00

399 B

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 TODOs in comments.