uiri / SEGIMAP

IMAP (and LMTP) Server written in Rust
MIT License
32 stars 6 forks source link

Replace All Instances of `Regex::new()` with `regex!` #2

Closed indiv0 closed 8 years ago

uiri commented 8 years ago

Closing as Regex::new is now used instead of regex! I believe that it is now faster, or it was as of a 1.x release.