From 6c0594ee6faad75f1976072da0068dd8b6c7f13b Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Mon, 7 Aug 2023 15:32:09 +0900 Subject: [PATCH] Add `nt-time` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 198e9ef..fceb42d 100644 --- a/README.md +++ b/README.md @@ -1160,6 +1160,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [chronotope/chrono](https://github.com/chronotope/chrono) — * [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 [![build badge](https://github.com/Mnwa/ms/workflows/build/badge.svg?branch=master)](https://github.com/Mnwa/ms/actions?query=workflow%3Abuild) +* [sorairolake/nt-time](https://github.com/sorairolake/nt-time) [[nt-time](https://crates.io/crates/nt-time)] — A Windows file time library. [![CI](https://github.com/sorairolake/nt-time/workflows/CI/badge.svg?branch=develop)](https://github.com/sorairolake/nt-time/actions?query=workflow%3ACI) * [time-rs/time](https://github.com/time-rs/time) — [![build badge](https://github.com/time-rs/time/workflows/Build/badge.svg)](https://github.com/time-rs/time/actions) ### Distributed systems