pico

Crates.iopico
lib.rspico
version0.0.2
sourcesrc
created_at2015-02-19 00:55:29.68992
updated_at2015-12-11 23:54:49.267883
descriptionNonblocking parsing support for hyper using picohttpparser.
homepage
repositoryhttps://github.com/reem/rust-pico.git
max_upload_size
id1425
size15,263
log (github:rust-lang:log)

documentation

README

pico

Nonblocking asynchronous push-parser for HTTP powered by picohttpparser.

Overview

Implement the Chunks trait for your data source, then use either RequestParser or ResponseParser to painlessly parse your data as an HTTP request or response.

Usage

Use the crates.io repository; add this to your Cargo.toml along with the rest of your dependencies:

[dependencies]
pico = "*"

Author

Jonathan Reem is the primary author and maintainer of pico.

License

MIT

Commit count: 15

cargo fmt