More examples, better defaults

grammar_separated is grammar but with all functions exposed
This commit is contained in:
elvis
2025-10-17 19:45:20 +02:00
parent 164e1d883c
commit 08d195ab06
30 changed files with 8698 additions and 49 deletions

View File

@ -6,5 +6,6 @@ edition = "2024"
[dependencies]
rand = { version = "*" }
rsprocess = { path = "../rsprocess/" }
serde = { version = ">=1"}
petgraph = { version = "*", features = ["serde-1"] }
petgraph-graphml = { version = "*" }