seanmonstar / httparse

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

Implement Display for Error and InvalidChunkSize #21

Closed 17dec closed 8 years ago

17dec commented 8 years ago

So that the errors can be passed to any macro/function that expects the Display trait.

Ideally these error types would also implement the Error trait, but that would require the std crate.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 97.368% when pulling f58d6d860ff3bb06ca6abc64ec95297bb6bd0fdb on 17dec:master into 2e64a82da0af3aad5dbce2dda4fde4e9047500ac on seanmonstar:master.

seanmonstar commented 8 years ago

Thanks!