north-consul 0.0.2

Rust client libray for Consul HTTP API
Documentation
error_chain! {
    errors{
        BadUrl{
            description("")
        }
        ConsulError{
            description("")
        }
         ParseIntError{
            description("")
        }
        ToStrError{
            description("")
        }
    }

}