etcdv3client 0.1.0-beta.3

a simple etcdv3 client
Documentation

etcdv3client-rust

NOTE: etcdv3client currently under early development, you should NOT use it in production environment.

Crates.io Documentation Build Status Crates.io

Overview

[etcdv3client] is a simple etcdv3 client in Rust-lang.

Getting Started

Examples can be found in [examples].

Support APIs

  • KV
  • Watch
  • Lease
  • Cluster
  • Maintenance
  • Auth

Rust Version

etcdv3client currently works on rust 1.39 and above as it requires support for the async_await feature.

License

This project is licensed under the MIT license.