zkstate 0.1.17

Share a struct across multiple instances of an application using zookeeper
Documentation
- Add a way to add context to zkstate logs?
- Create ZkStateMap. Like HashMap<ZkState.id, Zkstate>, but is an LRU cache where infrequently accessed objects are unloaded?
- Add target info to logs, like `trace!(target: &*format!("zkstate::{}", &self.id), "message")