Docs.rs
redis-protocol-3.0.2
redis-protocol 3.0.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
aembke
Dependencies
bytes ^1
normal
cookie-factory ^0.3
normal
crc16 ^0.4
normal
indexmap ^1.6
normal
log ^0.4
normal
nom ^6.1
normal
itertools ^0.10
dev
rand ^0.5
dev
tokio ^1.12
dev
tokio-util ^0.6
dev
Versions
67.99%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Other items in
redis_protocol
::
resp2
::
types
?
Constant
redis_protocol
::
resp2
::
types
::
NULL
[
−
]
[src]
pub const NULL: &'static
str
= "$-1\r\n";
Expand description
The binary representation of NULL in RESP2.