Docs.rs
redis-protocol-mm-4.2.0
redis-protocol-mm 4.2.0
Permalink
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
In redis_
protocol::
resp2::
types
redis_protocol
::
resp2
::
types
Constant
NULL
Copy item path
Source
pub const NULL: &'static
str
= "$-1\r\n";
Expand description
The binary representation of NULL in RESP2.