An open API service indexing awesome lists of open source software.

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

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...