Rust: Lazy Static RegexPassing Regex around, helping the compiler keep things optimised. Posted on June 11, 2021 | 5 minutes | 1006 words | Bas-ManHi,Today I will finally go over how I used the lazy_static crate to help the compiler keep regex optimised.[Read More]rust regex lazy_static