Docs.rs
rustis-0.13.3
rustis 0.13.3
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
mcatanzariti
Dependencies
async-native-tls ^0.5
normal
optional
async-std ^1.12
normal
optional
atoi ^2.0
normal
bb8 ^0.8
normal
optional
bytes ^1.6
normal
crc16 ^0.4
normal
dtoa ^1.0
normal
fast-float ^0.2
normal
futures-channel ^0.3
normal
futures-util ^0.3
normal
itoa ^1.0
normal
log ^0.4
normal
memchr ^2.7
normal
native-tls ^0.2
normal
optional
rand ^0.8
normal
serde ^1.0
normal
smallvec ^1.13
normal
socket2 ^0.5
normal
tokio ^1.37
normal
tokio-native-tls ^0.3
normal
optional
tokio-util ^0.7
normal
url ^2.5
normal
actix-web ^4.3
dev
axum ^0.7
dev
criterion ^0.5
dev
env_logger ^0.11
dev
fred ^9.0
dev
rand ^0.8
dev
redis ^0.25
dev
serial_test ^3.0
dev
smallvec ^1.13
dev
tokio ^1.37
dev
Versions
75.87%
of the crate is documented
Platform
i686-pc-windows-msvc
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
rustis
0.13.3
Response
Implementors
In rustis::
resp
rustis
::
resp
Trait
Response
Copy item path
Source
pub trait Response { }
Expand description
Marker for a RESP Response
Implementors
§
Source
§
impl<T>
Response
for T
where T:
DeserializeOwned
,