compact-calendar 1.1.5

Compact representation of a set of days based on a bit-maps
Documentation
[dependencies.chrono]
default-features = false
version = "0.4"

[lib]
name = "compact_calendar"
path = "src/lib.rs"

[package]
authors = ["Rémi Dupré <remi@dupre.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Compact representation of a set of days based on a bit-maps"
documentation = "https://docs.rs/compact-calendar"
edition = "2021"
homepage = "https://github.com/remi-dupre/opening-hours-rs/tree/master/compact-calendar"
license = "MIT OR Apache-2.0"
name = "compact-calendar"
readme = "README.md"
repository = "https://github.com/remi-dupre/opening-hours-rs"
version = "1.1.5"