borrowize 0.1.0

Derive borrowed view structs from owned Rust structs.
Documentation
1
2
3
4
5
#[test]
fn compile_failures_are_diagnostic() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/compile_fail/*.rs");
}