structype_derive 3.0.0

A derive macro crate that lets you view an allowed type's fields and will let you over-ride it.
Documentation
1
2
3
4
5
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/parse_pass.rs"); // We are using this test just to make sure this is parsed.
}