An etcd client library for Rust.
If you're using etcd in a program that is building on nightly Rust, use this feature profile:
toml
[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
.
make
. This will drop you into a Bash shell in a container.cargo test
.