lazyregex

Crates.iolazyregex
lib.rslazyregex
version1.0.0
created_at2025-04-02 05:34:41.354597+00
updated_at2025-04-02 05:34:41.354597+00
descriptionUtility macros for generating lazy static regexes.
homepage
repository
max_upload_size
id1616056
size12,578
Rhelvetican (Rhelvetican)

documentation

README

LazyRegex

Compile-time checked lazy, static Regexes.

How to use

use lazyregex::*;

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

cargo fmt