redis-protocol-mm 4.2.0

Structs and functions to implement the Redis protocol.
Documentation
1
2
3
4
5
// it took an unfortunate amount of code to make this work without copying buffer contents
pub mod frame;
pub mod resp2;
pub mod resp3;
pub mod utils;