respite 0.1.2

An async reader for RESP streams
Documentation

Respite

An async reader for RESP streams.

Crates.io Docs Build Status

Usage

To use respite, add this to your Cargo.toml:

[dependencies]
respite = "*"

Next, add this to your crate:

use respite::RespReader;