lexgen 0.16.0

A fully-featured lexer generator implemented as a proc macro
Documentation
1
2
3
4
5
use rustc_hash::{FxHashMap, FxHashSet};

pub type Set<T> = FxHashSet<T>;

pub type Map<K, V> = FxHashMap<K, V>;