From 628c8c02fa3cb2f134d052fd61350e3fa5599f31 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 20 May 2026 15:43:31 +0700 Subject: [PATCH] docs: note rename to time-mocker-csharp; link canonical Rust impl Repo renamed from tiennm99/time-mocker to tiennm99/time-mocker-csharp. The canonical TimeMocker project is now the Rust implementation at tiennm99/time-mocker. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca6daf4..9a71d0a 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,6 @@ MIT ## Related -- [time-mocker-cpp](https://github.com/tiennm99/time-mocker-cpp) — C++ / MS Detours port of this tool with identical IPC design. +- [time-mocker](https://github.com/tiennm99/time-mocker) — canonical Rust implementation. +- [time-mocker-cpp](https://github.com/tiennm99/time-mocker-cpp) — C++ / MS Detours implementation.