cell-project 0.1.4

Safe interface for cell projection
Documentation
1
2
3
4
5
6
7
8
#[test]
#[cfg_attr(miri, ignore)]
#[cfg_attr(feature = "nightly", ignore)]
fn compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_fail/*.rs");
    t.pass("tests/pass/*.rs");
}