north-consul 0.0.2

Rust client libray for Consul HTTP API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error_chain! {
    errors{
        BadUrl{
            description("")
        }
        ConsulError{
            description("")
        }
         ParseIntError{
            description("")
        }
        ToStrError{
            description("")
        }
    }

}