Crates.io | pex-trie |
lib.rs | pex-trie |
version | 0.0.3 |
source | src |
created_at | 2023-05-10 07:32:17.894021 |
updated_at | 2023-05-12 12:47:18.761058 |
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());