[go: up one dir, main page]

buildstructor 0.3.1

Macro to derive a builder from a constructor function.
Documentation
1
2
3
4
5
6
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/buildstructor/fail/*.rs");
    t.pass("tests/buildstructor/pass/*.rs");
}