httparse 0.1.5

A tiny, safe, speedy, zero-copy HTTP/1.x parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "httparse"
version = "0.1.5"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
license = "MIT"
description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser."
repository = "https://github.com/seanmonstar/httparse"

[dev-dependencies]
pico-sys = "*"