millisecond 0.15.12

Format milliseconds into a human-readable and relative timestamp formats. This package has no-std dependency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "millisecond"
version = "0.15.12"
edition = "2024"
authors = ["Morteza Raeisi<raeisimv@outlook.com>"]
repository = "https://github.com/raeisimv/millisecond.git"
categories = ["visualization", "value-formatting", "date-and-time", "no-std", "parsing"]
keywords = ["pretty-ms", "pretty-date", "relative-date-time", "timestamp", "human-readable"]
description = "Format milliseconds into a human-readable and relative timestamp formats. This package has no-std dependency."
readme = "readme.md"
license = "MIT"

[dependencies]