rowan-peg 0.2.10

Convert ABNF like grammar to rust-peg build `rowan` lossless syntax tree
Documentation
1
2
3
4
5
6
7
8
9
10
11
on:
  push:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: cargo test --workspace --no-fail-fast
      - run: cargo run --package simple-kv
      - run: cargo run --package example-json -- examples/example-json/example.json