shift-statistics 0.1.2

Monthly shift counts, consecutive work days tracking, rest day countdown, and two-team common rest day finder. Built on shift-algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "shift-statistics"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Monthly shift counts, consecutive work days tracking, rest day countdown, and two-team common rest day finder. Built on shift-algorithm."

[dependencies]
chrono = { workspace = true }
serde = { workspace = true }
shift-algorithm = { path = "../shift-algorithm", version = "0.1.0" }