ms-converter 1.1.0

Fast abstraction for converting human-like times into milliseconds.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ms-converter"
version = "1.1.0"
authors = ["Mnwa <mihan@panfilov.biz>"]
edition = "2018"
description = "Fast abstraction for converting human-like times into milliseconds."
license="MIT"
keywords = ["ms", "milliseconds", "converter"]
categories = ["date-and-time"]
readme = "README.md"
documentation = "https://docs.rs/ms-converter/"
homepage = "https://mnwa.github.io/ms/"
repository = "https://github.com/Mnwa/ms"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]