[dependencies]
[lib]
name = "millisecond"
path = "src/lib.rs"
[package]
authors = ["Morteza Raeisi<raeisimv@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["visualization", "value-formatting", "date-and-time", "no-std", "parsing"]
description = "Format milliseconds into a human-readable format. It also, parse a milliseonds into its core parts, including years, days, hours, etc. This package has no-std dependency."
edition = "2021"
keywords = ["millisecond", "pretty-millisecond", "pretty-ms", "pretty-date", "date-time"]
license = "MIT"
name = "millisecond"
readme = "readme.md"
repository = "https://github.com/raeisimv/millisecond.git"
version = "0.4.1"