aldrin-parser 0.4.0

Aldrin schema parser library.
Documentation
1
2
3
4
5
6
7
struct S {
    f @ 1 = S;
}

enum E {
    V @ 1 = E;
}