Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 887 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 887 Bytes

etcdv3

MIT licensed

An etcd v3 API client for Rust. It provides both synchronous client and asynchronous client backed by tokio and tonic.

Test

We test this library using etcd 3.4.

Notes that we use a fixed etcd server URI (localhost:2379) to connect to etcd server.

Rust Version

etcdv3 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 (LICENSE or http://opensource.org/licenses/MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in etcdv3 by you, shall be licensed as MIT, without any additional terms or conditions.