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()); ```