mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2024-11-22 07:10:18 +09:00
24 lines
226 B
Markdown
24 lines
226 B
Markdown
|
# psb_qaqc
|
||
|
|
||
|
## For developers
|
||
|
### build / run
|
||
|
```sh
|
||
|
cargo build
|
||
|
cargo run -- -h
|
||
|
```
|
||
|
|
||
|
### test
|
||
|
```sh
|
||
|
cargo test
|
||
|
```
|
||
|
|
||
|
### doc
|
||
|
```sh
|
||
|
cargo doc --open
|
||
|
```
|
||
|
|
||
|
## TODO
|
||
|
- test for various cases
|
||
|
- skew measurement?
|
||
|
- rename bin/project
|