Ensure that rustup, the Rust toolchain manager, is installed by following the instructions at https://rustup.rs.
Follow the latest instructions to install mutest-rs at https://mutest.rs/installation.
For more information on mutest-rs, visit the mutest-rs book at https://mutest.rs.
A simple Rust library with a unit test.
cd basic/
cargo mutest -v runcd external/alacritty/
cargo mutest -v -p alacritty --bin alacritty runcd external/bevy/
cargo mutest -v -p bevy_math --lib runcd external/chrono/
cargo mutest -v -p chrono --lib --depth=10 runAll external subjects under the external/ directory retain their respective licenses and copyright.
All other content is dual-licensed under Apache 2.0 and MIT terms.