picohttpparser-sys 1.0.0

Rust bindings to a tiny HTTP parser written in C (https://github.com/h2o/picohttpparser).
Documentation
  • Coverage
  • 0%
    0 out of 14 items documented0 out of 2 items with examples
  • Size
  • Source code size: 91.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 424.27 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • kevinswiber/picohttpparser-sys
    5 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kevinswiber

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