seanmonstar / httparse

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

run Miri on CI #113

Closed RalfJung closed 2 years ago

RalfJung commented 2 years ago

This only works if we use the fallback implementation with Miri.

(FWIW, using core::simd would work, but core::arch simply has too many intrinsics to support them all in Miri.)