You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working at @meilisearch, and we developed a cute crate called deserr 🍰
The purpose of this library is to provide an easy way to deserialize payloads in a user-facing API.
You could say that serde is already enough, but we found out it was missing a lot of features, especially when it comes to error handling. That’s the gap we’re trying to close here.
Also, since it’s used at meilisearch, it should stay maintained.
And since we provide an actix-web extractor (and soon enough, an Axum extractor), it’s easy to integrate into your web API.
The text was updated successfully, but these errors were encountered:
Hey 👋
I’m working at @meilisearch, and we developed a cute crate called
deserr
🍰The purpose of this library is to provide an easy way to deserialize payloads in a user-facing API.
You could say that
serde
is already enough, but we found out it was missing a lot of features, especially when it comes to error handling. That’s the gap we’re trying to close here.Also, since it’s used at meilisearch, it should stay maintained.
And since we provide an actix-web extractor (and soon enough, an Axum extractor), it’s easy to integrate into your web API.
The text was updated successfully, but these errors were encountered: