pierresouchay / consul-rust

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

Adding in logic to deserialize kv value from b64 encoded string: #55

Open jmcconnell26 opened 3 years ago

jmcconnell26 commented 3 years ago
* Adding custom deserializer for KVPair value field
* Updating tests to reflect change
jmcconnell26 commented 3 years ago

@pierresouchay, that's a very good shout, I'll take a look at how I can implement something like that this weekend!