Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jimmycuadra/rust-etcd

An etcd client library for Rust.
https://github.com/jimmycuadra/rust-etcd

coreos database etcd key-value rust

Last synced: about 1 month ago
JSON representation

An etcd client library for Rust.

Lists

README

        

# etcd

[![Build Status](https://travis-ci.org/jimmycuadra/rust-etcd.svg?branch=master)](https://travis-ci.org/jimmycuadra/rust-etcd)

An [etcd](https://github.com/coreos/etcd) client library for Rust.

* [etcd](https://crates.io/crates/etcd) on crates.io
* [Documentation](https://docs.rs/etcd) 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](http://opensource.org/licenses/MIT)