compiler-tools 0.2.0

A proc-macro for deriving powerful and fast tokenizers with compile-time regex
Documentation
1
2
3
4
5
6
/// Used by simple_regex generated code
pub enum MatchResult {
    Matched(u32),
    MatchedEmpty(u32),
    NoMatch,
}