psboard-qaqc-postprocess/README.md

35 lines
467 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-21 21:25:22 +09:00
- split into mods(maybe as lib crates)
2024-07-14 11:12:01 +09:00
- add csv check/validate subcommand
- skew measurement?
2024-07-14 11:12:01 +09:00
check `TODO`s in comments.