Docs.rs
rustdis-0.1.1
rustdis 0.1.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ndelvalle
Dependencies
bytes ^1.5.0
normal
futures ^0.3.30
normal
glob-match ^0.2.1
normal
strum ^0.26.2
normal
strum_macros ^0.26.2
normal
thiserror ^1.0.53
normal
tokio ^1.35.0
normal
tokio-util ^0.7.10
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
normal
uuid ^1.8.0
normal
Versions
18.65%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustdis
0.1.1
Error
Aliased Type
In crate rustdis
rustdis
Type Alias
Error
Copy item path
Source
pub type Error =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
ยง
struct Error(
/* private fields */
);