shift-algorithm 0.1.5

Rotating shift scheduling algorithm: calculate what shift falls on any date, with configurable cycle length, team offsets, and reference date. Powers the 班伴 (ShiftMate) CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "shift-algorithm"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Rotating shift scheduling algorithm: calculate what shift falls on any date, with configurable cycle length, team offsets, and reference date. Powers the 班伴 (ShiftMate) CLI."

[dependencies]
chrono = { workspace = true }
serde = { workspace = true }