mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2025-07-16 08:29:26 +09:00
new: implement till parsing file (no output)
This commit is contained in:
parent
474f2397c6
commit
a14eb4ea48
7 changed files with 604 additions and 24 deletions
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue