enumset 1.0.6

A library for creating compact sets of enums.
Documentation
1
2
3
4
5
6
7
#[rustversion::nightly]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile-fail/*.rs");
    t.pass("tests/compile-pass/*.rs");
}