int-enum 0.4.0

A procedural macro for conversion between integer and enum types.
Documentation
1
2
3
4
5
6
#[rustversion::attr(not(nightly), ignore)]
#[test]
fn compile_tests() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_tests/*.rs");
}