aldrin-parser 0.13.0

Aldrin schema parser library.
Documentation
1
2
3
4
5
6
7
warning: field `FirstFirst` should have a snake-case name
  ╭▸ test/ui/non_snake_case_struct_field.aldrin:2:5
  │
2 │     FirstFirst @ 1 = u32;
  │     ━━━━━━━━━━
  │
  ╰ help: consider renaming field `FirstFirst` to `first_first`