No description
Find a file
2024-09-11 15:31:09 +09:00
docs update: doc for Japanese 2024-07-25 13:40:03 +09:00
src update: print error when no editor is specified & add-master-log doesn't 2024-09-11 15:19:13 +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 bump to v2.0.1 2024-09-11 10:31:28 +09:00
Cargo.toml bump to v2.0.1 2024-09-11 10:31:28 +09:00
CHANGELOG.md fix: CHANGELOG diff links 2024-09-11 15:31:09 +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.