seanmonstar / httparse

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

Edition 2018 #121

Closed kornelski closed 1 year ago

kornelski commented 1 year ago

Due to MaybeUninit, the crate already wasn't compatible with any pre-2018 Rust version.

seanmonstar commented 1 year ago

Thanks for the fixes, seems like a good goal. I just merged another PR that caused some conflicts, sorry about that!

kornelski commented 1 year ago

Rebased