Docs.rs
redis-protocol-mm-4.2.0
redis-protocol-mm 4.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
marius-meissner
Dependencies
bytes ^1.1
normal
bytes-utils ^0.1.2
normal
cookie-factory ^0.3
normal
crc16 ^0.4
normal
hashbrown ^0.13.2
normal
optional
indexmap ^1.6
normal
optional
libm ^0.2.2
normal
optional
log ^0.4
normal
nom ^7.1
normal
itertools ^0.10
dev
pretty_env_logger ^0.4
dev
rand ^0.5
dev
tokio ^1.12
dev
tokio-util ^0.6
dev
Versions
67.88%
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
redis_
protocol
4.2.0
Module resp2
Module Items
Modules
In crate redis_
protocol
redis_protocol
Module
resp2
Copy item path
Source
Expand description
Types and functions for implementing the RESP2 protocol.
Modules
§
decode
Decoding functions for BytesMut and slices. Functions for decoding the RESP2 protocol into frames.
encode
Encoding functions for BytesMut and slices. Functions for encoding Frames into the RESP2 protocol.
prelude
Shorthand for
use
’ing
types
,
encode
,
decode
, etc.
types
RESP2 frame types.