LazyRegex
Compile-time checked lazy, static Regexes.
How to use
use *;
// Visibility of the regex are optional.
regex!;
Compile-time checked lazy, static Regexes.
use lazyregex::*;
// Visibility of the regex are optional.
regex!(THIS_IS_A_REGEX = "[^abc]+");