1 个稳定版本
使用旧的 Rust 2015
1.0.0 | 2018 年 4 月 11 日 |
---|
#13 in #pico
用于 thhp
52KB
961 行
picohttpparser-sys
- Rust 对 picohttpparser 的绑定。
构建
为了提高性能,在构建依赖于 picohttpparser-sys
的项目时,启用 SSE 4.2。
示例: RUSTFLAGS="-C target-feature=+sse4.2" cargo build
要使此功能在所有 cargo 构建 中默认启用,您可以在 ~/cargo/config
中设置此功能。
[build]
rustflags = ["-C", "target-feature=+sse4.2"]
许可协议
MIT
依赖项
~225KB