new: CSV output

This commit is contained in:
Wataru Otsubo 2024-07-14 11:12:01 +09:00
parent a14eb4ea48
commit eff62d7f09
5 changed files with 368 additions and 36 deletions

View file

@ -1,5 +1,7 @@
# psb_qaqc
WIP
## For developers
### build / run
```sh
@ -18,6 +20,12 @@ 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.