mattnenterprise / rust-pop3

POP3 client for Rust
MIT License
31 stars 13 forks source link

move regexes into lazy_static macro #6

Closed nagy closed 7 years ago

nagy commented 7 years ago

This adds a new dependency lazy_static but a benefit is that we only have to complile them once.