lute 0.1.1

Immutable maps and sets built from fixed entries
Documentation
1
2
3
4
5
6
7
#![cfg(feature = "macros")]

#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}