deserr icon indicating copy to clipboard operation
deserr copied to clipboard

Deserialization library with focus on error handling

Results 3 deserr issues
Sort by recently updated
recently updated
newest added

- [x] Integration with actix_web - [x] Show how to implements the `Deserr` trait manually - [ ] Validating a struct with multiple fields that shares a relation - [...

## What does this PR do? This PR add deserr support for axum via the `AxumJson` wrapper type. Note that unlike the actix-web feature serde is needed to provide a...

Future improvement: don't say `one of` when there is only one accepted field? _Originally posted by @loiclec in https://github.com/meilisearch/deserr/pull/20#discussion_r1092911660_