compact-calendar 0.6.18

Compact representation of a set of days based on a bit-maps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "compact-calendar"
version = "0.6.18"
authors = ["Rémi Dupré <remi@dupre.io>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/remi-dupre/opening-hours-rs"
documentation = "https://docs.rs/compact-calendar"
homepage = "https://github.com/remi-dupre/opening-hours-rs/tree/master/compact-calendar"
description = "Compact representation of a set of days based on a bit-maps"
edition = "2021"

[dependencies]
chrono = { version = "0.4", default_features = false }