#http-parser #http #parser #pico

sys picohttpparser-sys

Rust bindings to a tiny HTTP parser written in C (https://github.com/h2o/picohttpparser)

1 stable release

Uses old Rust 2015

1.0.0 Apr 11, 2018

#10 in #pico

31 downloads per month
Used in thhp

MIT/Apache

52KB
961 lines

picohttpparser-sys

Building

To increase performance, enable SSE 4.2 when building projects that depend on picohttpparser-sys.

Example: RUSTFLAGS="-C target-feature=+sse4.2" cargo build

To enable this feature by default on all cargo builds, you can set this feature in ~/cargo/config :

[build]
rustflags = ["-C", "target-feature=+sse4.2"]

License

MIT

Dependencies

~215KB