testgen
This crate is very early in development! The API will change. Not ready for production use at all.
A proc macro crate to generate a variety of test functions.
```rust extern crate testgen; use testgen::inplace_test;
fn add_one(n: i32) -> i32 { n + 1 }
fn main() {} ```
testgen
is licensed under both MIT and Apache 2.0