oak-valkyrie 0.0.11

High-performance incremental Valkyrie parser for the oak ecosystem with flexible configuration.
Documentation
1
2
3
4
5
let Point { x, y } = p1;
let Point { x: a, y: b } = p2;
let Point { x, y: new_y } = p3;
let Person { name, age } = person;
let Person { name: n, age: a } = person2;