Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://asomers.github.io/mock_shootout/
Comparison of several Rust mocking libraries
https://asomers.github.io/mock_shootout/
Last synced: 3 months ago
JSON representation
Comparison of several Rust mocking libraries
- Host: GitHub
- URL: https://asomers.github.io/mock_shootout/
- Owner: asomers
- License: mit
- Created: 2018-05-22T18:47:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T21:53:11.000Z (almost 5 years ago)
- Last Synced: 2024-06-17T14:34:29.915Z (5 months ago)
- Language: Rust
- Size: 232 KB
- Stars: 47
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
- awesome-rust-testing - Mocking libraries comparison
README
# Rust Mock Shootout!
Rust has several different mocking libraries. None is clearly superior to all
of the others. This project compares their feature sets, using an
apples-to-apples approach. Each of several dozen features is implemented with
multiple mocking libraries, if possible. The test results then show which
features work with which library.See the full results at https://asomers.github.io/mock_shootout/ .
Discuss them at https://users.rust-lang.org/t/rust-mock-shootout/17700 .# License
The code behind the shootout is distributed under the MIT license. See [LICENSE-MIT](LICENSE-MIT) for details.