leave-optimizer 0.1.5

Gap-merging leave strategy optimizer. Finds optimal vacation plans by bridging work gaps between rest blocks, accounting for Chinese holidays and weekends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "leave-optimizer"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Gap-merging leave strategy optimizer. Finds optimal vacation plans by bridging work gaps between rest blocks, accounting for Chinese holidays and weekends."

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