| Crates.io | pex-trie |
| lib.rs | pex-trie |
| version | 0.0.3 |
| created_at | 2023-05-10 07:32:17.894021+00 |
| updated_at | 2023-05-12 12:47:18.761058+00 |
| description | A parser combinator library for Rust. |
| homepage | |
| repository | https://github.com/oovm/pex |
| max_upload_size | |
| id | 861148 |
| size | 239,020 |
let xid = UnicodeSet::new("xid_start_trie").with_ranges(XID_START);
println!("{:?}", xid);
println!("{}", xid.export_rust_code().unwrap());