| Crates.io | lazyregex |
| lib.rs | lazyregex |
| version | 1.0.0 |
| created_at | 2025-04-02 05:34:41.354597+00 |
| updated_at | 2025-04-02 05:34:41.354597+00 |
| description | Utility macros for generating lazy static regexes. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1616056 |
| size | 12,578 |
Compile-time checked lazy, static Regexes.
use lazyregex::*;
// Visibility of the regex are optional.
regex!(THIS_IS_A_REGEX = "[^abc]+");