ext-time 0.4.0

A Rust library that extends the time crate with additional useful methods for time manipulation and formatting
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.time]
features = ["macros", "formatting", "parsing", "serde", "local-offset"]
version = "0.3.37"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time"]
description = "A Rust library that extends the time crate with additional useful methods for time manipulation and formatting"
documentation = "https://docs.rs/ext-time"
edition = "2024"
keywords = ["time", "datetime", "extension", "timezone", "formatting"]
license = "MIT"
name = "ext-time"
readme = "README.md"
repository = "https://github.com/rain2307/ext-time"
version = "0.4.0"

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

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