test_macro/
lib.rs

1//! This is a macro for writing Rust test code in an easy way.
2
3#[macro_use] mod test_macro;