[go: up one dir, main page]

httparse 1.2.3

A tiny, safe, speedy, zero-copy HTTP/1.x parser.
Documentation
[package]

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

[features]
default = ["std"]
std = []

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

[profile.bench]
lto = true
codegen-units = 1
opt-level = 3