Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4"

[package]
authors = ["vkill <vkill.net@gmail.com>"]
categories = []
description = "DateRange"
documentation = "https://docs.rs/date-range"
edition = "2021"
homepage = "https://github.com/bk-rs/date-time-rs"
keywords = []
license = "Apache-2.0 OR MIT"
name = "date-range"
readme = "README.md"
repository = "https://github.com/bk-rs/date-time-rs"
version = "0.2.0"