lute 0.1.1

Immutable maps and sets built from fixed entries
Documentation
1
2
3
fn main() {
    lute::map!(1.0 => "a");
}