Closed rillian closed 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.
&'static str
Thanks!
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.