uniplate 0.4.6

Simple, boilerplate-free operations on tree-shaped data types
Documentation
1
2
3
4
5
6
7
#[test]
fn derive_tests() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/derive-fail/**/*.rs");
    t.pass("tests/derive-pass/**/*.rs");
    t.pass("examples/**/*.rs");
}