Docs.rs
rust-etcd-utils-0.12.0
rust-etcd-utils 0.12.0
Permalink
Docs.rs crate page
AGPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
lvboudre
Dependencies
async-trait ~0.1.83
normal
etcd-client ~0.16.1
normal
futures ~0.3.31
normal
rand ~0.8.5
normal
retry ^2
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-stream ~0.1.16
normal
tonic ~0.13.1
normal
tracing ~0.1.40
normal
tracing-subscriber ~0.3.1
dev
Versions
57.3%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust_
etcd_
utils
0.12.0
Module watcher
Module Items
Enums
Traits
In crate rust_
etcd_
utils
rust_etcd_utils
Module
watcher
Copy item path
Source
Expand description
Robust API for watching etcd changes
Enums
§
Watch
Event
Custom types for watch events.
Traits
§
Watch
Client
Ext
Extension trait for
WatchClient
.