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

Macro for JsonDeserializer extractor to avoid boilerplate code #2849

Commits on Jul 26, 2024

  1. macro for json deserializer extractor to avoid boilerplate

    Macro for JsonDeserializer extractor to avoid boilerplate code in mostly situations where handler return Response or derived and returns early if fails
    manuelgdlvh committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f7e7ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672c871 View commit details
    Browse the repository at this point in the history
  3. Add fix to rustfmt

    manuelgdlvh committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    32916e6 View commit details
    Browse the repository at this point in the history
  4. Add fix to rustfmt

    manuelgdlvh committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8b2a833 View commit details
    Browse the repository at this point in the history