Crate regd_testing

Source
Expand description

This crate contains a set of testing utilities. These utilities are not tested, are often optimized for developer experience, rather than performance, and should only be used in test code.

Modulesยง

io
This module contains a set of testing utilities of IO operations.
prelude
This module is designed to re-export commonly used items from various modules in the crate.
rand
This module contains a set of testing utilities of random value generators.
slice_ext
This module contains a set of extensions of the existing Rust types.