seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
573 stars 113 forks source link

Benchmarks do not compile #27

Closed lpbak closed 7 years ago

lpbak commented 7 years ago

It seems that commit alexcrichton/libc@179104605391bdda15c0215c963c797504103d11 in the libc dependency broke bench_pico benchmark. Type alias size_t now stands for usize, not for u32/u64 (architecture dependent) as it did before.