mattnenterprise / rust-pop3

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

Two small cleanups #4

Closed rillian closed 8 years ago

rillian commented 8 years ago

Someone was asking about the &'static str argument type on irc. Seems better to copy the referenced str data if a persistent copy is needed. The (host, port) tuple change seems easier to read than the format!() macro.

rillian commented 8 years ago

Thanks!