aldrin-parser 0.13.0

Aldrin schema parser library.
Documentation
1
2
3
4
5
6
7
8
9
error: empty enum `Foo`
  ╭▸ test/ui/error_empty_enum.aldrin:1:1
  │
1 │ ┏ enum Foo {
2 │ ┃ }
  │ ┗━┛
  │
  ├ note: empty enums are not supported
  ╰ help: add at least one variant to the enum