Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.