No description
Find a file
2024-09-11 10:17:49 +09:00
docs update: doc for Japanese 2024-07-25 13:40:03 +09:00
src new: add interactive command to add master log to database 2024-09-10 23:01:20 +09:00
tests new: add interactive command to add master log to database 2024-09-10 23:01:20 +09:00
.gitignore New: Parsing till position/id assignment 2024-07-12 01:08:29 +09:00
Cargo.lock new: add interactive command to add master log to database 2024-09-10 23:01:20 +09:00
Cargo.toml new: add interactive command to add master log to database 2024-09-10 23:01:20 +09:00
CHANGELOG.md bump to v2.0.0 2024-09-11 10:17:49 +09:00
LICENSE Add LICENSE 2024-09-11 03:04:52 +02:00
README.md fix: links in README 2024-07-25 13:43:00 +09:00

psb_qaqc

WIP

日本語: README-ja.md

For developers

Use rustup to set up developing tools.

build / run

cargo build
cargo run -- -h

Build for JATHub using cross:

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

CROSS_CONTAINER_ENGINE=podman is optional(default docker).

test

cargo test

doc

cargo doc --open

TODO

  • add more unittests
  • test for various cases
  • split into mods(maybe as lib crates)
  • add csv check/validate subcommand
  • skew measurement?
  • skew measurement test
  • for start-shiftwork v1.0.0 (add start date parsing)

check TODOs in comments.