pex-trie 0.0.3

A parser combinator library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10





```rust
let xid = UnicodeSet::new("xid_start_trie").with_ranges(XID_START);
println!("{:?}", xid);
println!("{}", xid.export_rust_code().unwrap());
```