etcd

Build Status

An etcd client library for Rust.

Nightly Rust

If you're using etcd in a program that is building on nightly Rust, use this feature profile:

toml [dependencies.etcd] default-features = false features = ["nightly"] version = "whatever version you want"

If you're building etcd directly from source, the equivalent Cargo commmand is cargo build --no-default-features --features nightly.

Running the tests

License

MIT