No description
Find a file
2024-07-21 21:10:43 +09:00
src update: organize commands to subcommands and rename bin 2024-07-21 21:04:46 +09:00
tests update: organize commands to subcommands and rename bin 2024-07-21 21:04:46 +09:00
.gitignore New: Parsing till position/id assignment 2024-07-12 01:08:29 +09:00
Cargo.lock update: organize commands to subcommands and rename bin 2024-07-21 21:04:46 +09:00
Cargo.toml update: organize commands to subcommands and rename bin 2024-07-21 21:04:46 +09:00
CHANGELOG.md add changelog 2024-07-21 21:10:43 +09:00
README.md update: organize commands to subcommands and rename bin 2024-07-21 21:04:46 +09:00

psb_qaqc

WIP

For developers

build / run

cargo build
cargo run -- -h

Build for JATHub using cross:

CROSS_CONTAINER_ENGINE=podman cross build --release --target armv7-unknown-linux-musleabihf

test

cargo test

doc

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 TODOs in comments.