extendr-macros 0.9.0

Generate bindings from R to Rust.
Documentation
1
2
3
4
5
6
#[test]
fn test_macro_failures() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/cases/*.rs");
    t.compile_fail("tests/extendr_impl/extendr_impl_fail.rs");
}