aldrin-parser 0.13.0

Aldrin schema parser library.
Documentation
1
2
3
4
5
6
7
8
error: recursive enum `E`
  ╭▸ test/ui/recursive1.aldrin:5:6
  │
5 │ enum E {
  │      ━
  │
  ├ note: recursive enums are not supported
  ╰ help: use box<T> to break the recursion