cstr 0.2.5

Macro for building static CStr reference
Documentation
#[test]
fn compile_test() {
    let t = trybuild::TestCases::new();
    t.pass("tests/pass/*.rs");
    t.compile_fail("tests/compile_fail/*.rs");
}