lazyregex 1.0.0

Utility macros for generating lazy static regexes.
Documentation

LazyRegex

Compile-time checked lazy, static Regexes.

How to use

use lazyregex::*;

// Visibility of the regex are optional.
regex!(THIS_IS_A_REGEX = "[^abc]+");