lute 0.1.1

Immutable maps and sets built from fixed entries
Documentation
1
2
3
fn main() {
    let _: lute::Map<[u8; 0], i32> = lute::map!([0u8; -1] => 1);
}