psboard-qaqc-postprocess/README.md

37 lines
532 B
Markdown
Raw Normal View History

# psb_qaqc
2024-07-14 11:12:01 +09:00
WIP
## For developers
### build / run
```sh
cargo build
cargo run -- -h
```
Build for JATHub using cross:
```sh
CROSS_CONTAINER_ENGINE=podman cross build --release --target armv7-unknown-linux-musleabihf
```
### test
```sh
cargo test
```
### doc
```sh
cargo doc --open
```
## TODO
2024-07-14 11:12:01 +09:00
- add more unittests
- test for various cases
2024-07-14 11:12:01 +09:00
- split into muds(maybe as lib crates)
- organize existing feature as a subcommand
- add csv check/validate subcommand
- skew measurement?
- rename bin/project
2024-07-14 11:12:01 +09:00
check `TODO`s in comments.