etcd 0.5.5

A client library for CoreOS's etcd.
Documentation

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:

[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

  • Install Docker and Docker Compose.
  • Run make. This will drop you into a Bash shell in a container.
  • Inside the container, run cargo test.

License

MIT