Crates.io | pico |
lib.rs | pico |
version | 0.0.2 |
source | src |
created_at | 2015-02-19 00:55:29.68992 |
updated_at | 2015-12-11 23:54:49.267883 |
description | Nonblocking parsing support for hyper using picohttpparser. |
homepage | |
repository | https://github.com/reem/rust-pico.git |
max_upload_size | |
id | 1425 |
size | 15,263 |
Nonblocking asynchronous push-parser for HTTP powered by picohttpparser.
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.
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
pico = "*"
Jonathan Reem is the primary author and maintainer of pico.
MIT