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.
This commit is contained in:
2026-05-20 15:43:42 +07:00
parent b93c17d2bb
commit 4d3c35a126
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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]
+5 -5
View File
@@ -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