samscott89 / serde_qs

Serde support for querystring-style strings
Apache License 2.0
193 stars 68 forks source link

Switch from error-chain to thiserror #33

Closed joshtriplett closed 4 years ago

joshtriplett commented 4 years ago

thiserror provides a simpler interface than error-chain, directly generating an error enum similar to what could be written by hand. It also reduces dependencies; error-chain pulls in backtrace which currently pulls in gimli, which is fairly heavyweight.

This changes the error type's interface, so it'll require a bump to 0.7.0.

samscott89 commented 4 years ago

Thank you so much for doing that. I've been wanting to do this for a while.

samscott89 commented 4 years ago

Published 0.7