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

31 lines
399 B
Markdown

# psb_qaqc
WIP
## For developers
### build / run
```sh
cargo build
cargo run -- -h
```
### test
```sh
cargo test
```
### doc
```sh
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.