date-formatter 0.2.1

A date formatter crate implemented without chrono.
Documentation
[[bin]]
name = "date-formatter"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.39"

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

[package]
authors = ["Your Name <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A date formatter crate implemented without chrono."
edition = "2021"
license = "MIT"
name = "date-formatter"
readme = "README.md"
repository = "https://github.com/sivanbil/date-formatter"
version = "0.2.1"