From 9f0d5b192ca4b81db76a81a61c7bcaa675e8fa83 Mon Sep 17 00:00:00 2001 From: Mikhail Panfilov Date: Fri, 13 Mar 2020 16:43:49 +0300 Subject: [PATCH 1/2] Add ms library Ms - it's a library for converting human-like times to milliseconds `ms("1d") // will return 86400000` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d84dddc..04839df 100644 --- a/README.md +++ b/README.md @@ -956,6 +956,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [chronotope/chrono](https://github.com/chronotope/chrono) — [](https://travis-ci.org/chronotope/chrono) * [yaa110/rust-persian-calendar](https://github.com/yaa110/rust-persian-calendar) — [](https://travis-ci.org/yaa110/rust-persian-calendar) +* [Mnwa/ms](https://github.com/Mnwa/ms) — [](https://github.com/Mnwa/ms/actions?query=workflow%3Abuild) ### Distributed systems @@ -1482,4 +1483,4 @@ A registry allows you to publish your Rust libraries as crate packages, to share ## License -[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) \ No newline at end of file +[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) From 8721e892353da63cf4bfede5a11b8d1dd1abe84b Mon Sep 17 00:00:00 2001 From: Mikhail Panfilov Date: Fri, 13 Mar 2020 16:55:45 +0300 Subject: [PATCH 2/2] Update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04839df..2eaf49a 100644 --- a/README.md +++ b/README.md @@ -956,7 +956,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [chronotope/chrono](https://github.com/chronotope/chrono) — [](https://travis-ci.org/chronotope/chrono) * [yaa110/rust-persian-calendar](https://github.com/yaa110/rust-persian-calendar) — [](https://travis-ci.org/yaa110/rust-persian-calendar) -* [Mnwa/ms](https://github.com/Mnwa/ms) — [](https://github.com/Mnwa/ms/actions?query=workflow%3Abuild) +* [Mnwa/ms](https://github.com/Mnwa/ms) [[ms-converter](https://crates.io/crates/ms-converter)] — it's a library for converting human-like times to milliseconds [](https://github.com/Mnwa/ms/actions?query=workflow%3Abuild) ### Distributed systems