Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a bunch of small examples showing typical use cases #15

Open
2 of 5 tasks
irevoire opened this issue Jan 26, 2023 · 0 comments
Open
2 of 5 tasks

Add a bunch of small examples showing typical use cases #15

irevoire opened this issue Jan 26, 2023 · 0 comments
Assignees

Comments

@irevoire
Copy link
Member

irevoire commented Jan 26, 2023

  • Integration with actix_web
  • Show how to implements the Deserr trait manually
  • Validating a struct with multiple fields that shares a relation
  • Ensure a struct can't be deserialised under certain conditions (like our settings with the Checked / Unchecked thingy)
  • Show a usage of the from attribute to ensure a field is never constructed if it doesn't follow certains rules (a String that can't contains certain characters like our IndexUid?)
@irevoire irevoire added this to the Public release milestone Jan 26, 2023
@irevoire irevoire self-assigned this Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant