No description
Find a file
2024-07-21 19:53:51 +09:00
src update: log format 2024-07-21 19:53:51 +09:00
tests update: log format 2024-07-21 19:53:51 +09:00
.gitignore New: Parsing till position/id assignment 2024-07-12 01:08:29 +09:00
Cargo.lock new: CSV output 2024-07-14 11:17:40 +09:00
Cargo.toml new: CSV output 2024-07-14 11:17:40 +09:00
README.md new: CSV output 2024-07-14 11:17:40 +09:00

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.