httparse icon indicating copy to clipboard operation
httparse copied to clipboard

expose static Error str

Open FlorianUekermann opened this issue 3 years ago • 0 comments

It would be nice to be able to access the error descriptions as &'static str via the now private Error::description_str, especially because std::error::Error::description is deprecated.

FlorianUekermann avatar Jun 19 '22 13:06 FlorianUekermann