resp-async 0.0.7

Asynchronous Redis protocol parser
Documentation
1
2
3
4
use std::io;

pub type Error = io::Error;
pub type Result<T> = io::Result<T>;