https://github.com/vasilakisfil/testing-utils
Common testing utils that I use in my crates
https://github.com/vasilakisfil/testing-utils
Last synced: 6 months ago
JSON representation
Common testing utils that I use in my crates
- Host: GitHub
- URL: https://github.com/vasilakisfil/testing-utils
- Owner: vasilakisfil
- License: other
- Created: 2021-09-04T10:28:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T15:44:07.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T21:13:43.830Z (6 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-utils
[](https://opensource.org/licenses/MIT)
[](https://crates.io/crates/test-utils)
[](#rust-version-requirements)A library containing the most common testing utils that I use across my Rust crates,
most importantly things around the `Randomize` trait.