lute 0.1.1

Immutable maps and sets built from fixed entries
Documentation
1
2
3
fn main() {
    let _: lute::Set<u32> = lute::set!(1u32 => 2);
}