Docs.rs
redis-protocol-4.1.0
redis-protocol 4.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
aembke
Dependencies
bytes ^1.1
normal
bytes-utils ^0.1
normal
cookie-factory ^0.3
normal
crc16 ^0.4
normal
indexmap ^1.6
normal
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
Go to latest version
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
☰
FrameSet
In redis_protocol::resp3::types
?
Type Definition
redis_protocol
::
resp3
::
types
::
FrameSet
source
·
[
−
]
pub type FrameSet =
HashSet
<
Frame
>;
Expand description
A set struct for frames.