Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasilakisfil/testing-utils
Common testing utils that I use in my crates
https://github.com/vasilakisfil/testing-utils
Last synced: 25 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T15:44:07.000Z (about 2 years ago)
- Last Synced: 2024-12-17T05:56:08.121Z (25 days ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-utils
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Crates.io Version](https://img.shields.io/crates/v/test-utils.svg)](https://crates.io/crates/test-utils)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.44.0+-lightgray.svg)](#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.