shift-algorithm 0.1.0

Core scheduling algorithm: date → cycle index → shift type
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 = "Core scheduling algorithm: date → cycle index → shift type"

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