From 3cc133174b1181ada0db892aebac0f5797c838cb Mon Sep 17 00:00:00 2001 From: tanglearncode Date: Sun, 13 Sep 2026 11:50:54 +0800 Subject: [PATCH] Revise README for clarity on testing without traits Updated README to clarify functionality and dependencies. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3bb3292..097d06a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # shimforge -Change what a Rust function does while a test runs, without adding a trait and -without touching the code under test. - -The only runtime crate dependency is `libc` on Linux and macOS. Macro generation uses -`syn`, `quote`, and `proc-macro2` at build time. The library currently uses `std`. +Write unit tests without adding a test only trait or changing the existing production code. ## Why shimforge