etcd

February 3, 2017 ยท View on GitHub

Build Status

An etcd client library for Rust.

  • etcd on crates.io
  • Documentation for the latest crates.io release

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

Contents

  1. 1Running the tests
  2. 2License