pierresouchay / consul-rust

Rust client libray for Consul HTTP API
Apache License 2.0
93 stars 48 forks source link

Allow Client to take &str or String #9

Closed mcasper closed 7 years ago

mcasper commented 7 years ago

It feels like a slightly nicer API to take both forms of strings, one less thing to think about.