From 4d3c35a1269cd1313eb540c41719fc3cc1912cc3 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 20 May 2026 15:43:42 +0700 Subject: [PATCH] docs: drop "(Rust)" suffix; promote to canonical time-mocker Repo renamed from tiennm99/time-mocker-rs to tiennm99/time-mocker. README and workspace Cargo.toml updated to reflect the new canonical identity; C# and C++ ports linked as language siblings. --- Cargo.toml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef453a7..b8914af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.1.0" edition = "2021" license = "MIT" authors = ["tiennm99"] -repository = "https://github.com/tiennm99/time-mocker-rs" +repository = "https://github.com/tiennm99/time-mocker" rust-version = "1.90" [workspace.dependencies] diff --git a/README.md b/README.md index 79792ad..590cc70 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# TimeMocker (Rust) +# TimeMocker -A Windows tool that injects fake time into running processes by hooking Win32 time APIs. Rust port of [time-mocker](https://github.com/tiennm99/time-mocker) (C# / EasyHook). +A Windows tool that injects fake time into running processes by hooking Win32 time APIs. Written in Rust. -> **Status:** Active development. This Rust implementation is intended to become the canonical `time-mocker` once feature-complete; the C# project will be renamed to indicate its dotnet origin. +> **Status:** Active development. This is the canonical implementation. Language-specific ports are available in [C# (EasyHook)](https://github.com/tiennm99/time-mocker-csharp) and [C++ (MS Detours)](https://github.com/tiennm99/time-mocker-cpp). ## Architecture @@ -62,5 +62,5 @@ MIT — see [LICENSE](LICENSE). ## Related -- [time-mocker](https://github.com/tiennm99/time-mocker) — original C# / EasyHook implementation -- [time-mocker-cpp](https://github.com/tiennm99/time-mocker-cpp) — C++ / MS Detours port +- [time-mocker-csharp](https://github.com/tiennm99/time-mocker-csharp) — C# / EasyHook implementation +- [time-mocker-cpp](https://github.com/tiennm99/time-mocker-cpp) — C++ / MS Detours implementation