range_date 0.1.1

A Rust crate for date range handling with support for years, quarters, months, and days.
Documentation
[dependencies.anyhow]
version = "1.0.99"

[dependencies.chrono]
version = "0.4.42"

[dependencies.serde]
version = "1.0.223"

[dependencies.serde_json]
version = "1.0.145"

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

[package]
authors = ["GuoMonth"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time", "data-structures"]
description = "A Rust crate for date range handling with support for years, quarters, months, and days."
documentation = "https://docs.rs/range_date"
edition = "2024"
homepage = "https://github.com/GuoMonth/range_date"
keywords = ["date", "range", "time", "period", "chrono"]
license = "MIT"
name = "range_date"
readme = "README.md"
repository = "https://github.com/GuoMonth/range_date"
version = "0.1.1"