muttest-core 0.0.0-reserved

effective mutation testing for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "muttest-core"
version = "0.0.0-reserved"
edition = "2021"
description = "effective mutation testing for Rust"
authors = [ "Samuel Pilz <samuel.pilz@posteo.net>" ]
license = "MIT"
repository = "https://github.com/samuelpilz/muttest-rs"
autoexamples = false

[workspace]
members = [".", "codegen", "app", "api"]