[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 and relative timestamp formats. This package has no-std dependency."
edition = "2021"
keywords = ["pretty-ms", "pretty-date", "relative-date-time", "timestamp", "human-readable"]
license = "MIT"
name = "millisecond"
readme = "readme.md"
repository = "https://github.com/raeisimv/millisecond.git"
version = "0.5.0"