easy_time 0.2.0

A simple and intuitive library for handling time in Rust
Documentation
[dependencies.chrono]
version = "0.4.42"

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

[package]
authors = ["Mohamad Al zohbie <alzoubi528@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time"]
description = "A simple and intuitive library for handling time in Rust"
documentation = "https://docs.rs/easy_time"
edition = "2024"
exclude = ["target/", ".github/", ".gitignore"]
homepage = "https://github.com/mohamadzoh/easy_time"
keywords = ["time", "date", "datetime", "easy", "chrono"]
license = "MIT OR Apache-2.0"
name = "easy_time"
readme = "README.md"
repository = "https://github.com/mohamadzoh/easy_time"
rust-version = "1.85"
version = "0.2.0"

[[test]]
name = "easy_time_test"
path = "tests/easy_time_test.rs"