dayjs 0.2.1

a date and time library for Rust, inspired by day.js
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.19"

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

[package]
authors = ["michaelbguo@tencent.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time"]
description = "a date and time library for Rust, inspired by day.js"
documentation = "https://docs.rs/dayjs"
edition = "2024"
keywords = ["dayjs", "day", "moment", "date", "time"]
license = "MIT"
name = "dayjs"
readme = "README.md"
repository = "https://github.com/guobin211/dayjs"
version = "0.2.1"

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