Registry / serialization / resp
library1.0.3rscratesunverified

RESP (REdis Serialization Protocol) Serialization for Rust.

# Cargo.toml [dependencies] resp = "1.0.3"
INSTALL
IMPORT
SIG · RESP
R
resp
serializationrustv1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Value
use resp::Value;

Create a RESP value and print it.

use resp::Value; fn main() { let value = Value::String("hello".to_string()); println!("{:?}", value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
resp — cargo add resp · libregistry