rulex-macro
This Rust procedural macro allows converting a rulex expression to a regex string literal at compile time:
use rulex;
const REGEX: &str = rulex!;
Errors from rulex are shown at compile time, too, and are highlighted in your IDE.
License
Dual-licensed under the MIT license or the Apache 2.0 license.