https://github.com/peter-lyons-kehl/mockit-rs
Zero-cost type safe mocking in Rust
https://github.com/peter-lyons-kehl/mockit-rs
Last synced: 3 months ago
JSON representation
Zero-cost type safe mocking in Rust
- Host: GitHub
- URL: https://github.com/peter-lyons-kehl/mockit-rs
- Owner: peter-lyons-kehl
- License: apache-2.0
- Created: 2024-04-09T14:57:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T15:01:13.000Z (over 1 year ago)
- Last Synced: 2025-03-05T13:53:42.782Z (7 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
## Why?
Because
- Ergonomics: `rust-analyzer` & `cargo check` can check/process only one combination of features at
a time.
- `cargo` build files get inconsistent when you change a feature flag in `Cargo.toml`. You need to
`cargo clean` first...