| Crates.io | rust-etcd-utils |
| lib.rs | rust-etcd-utils |
| version | 0.12.0 |
| created_at | 2025-05-12 15:35:40.318804+00 |
| updated_at | 2025-08-05 19:43:17.984701+00 |
| description | A set of utilities for working with etcd in Rust. |
| homepage | https://triton.one |
| repository | https://github.com/rpcpool/rust-etcd-utils |
| max_upload_size | |
| id | 1670750 |
| size | 179,529 |
Utility library for common ETCD management in Rust, it covers:
cargo add rust-etcd-utils
Uses compose.yaml to launch and instance of etcd with port-fowarding over the port 2379, so localhost:2379 redirects to etcd instance inside docker.
Then run the following command
$ cargo test --test -- --nocapture