Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading