JDER Axum
A response builder for Axum.
This package includes several Axum response builders and different extractors based on the JSON response structure specified in JSON Data Error Response (JDER). With the builders and extractors provided, various kinds of responses can be created easily instead of sending plain text responses.
Quick Start
Create a JSON response for an Axum route:
use ;
async
And the response will be shown as below:
License
This project is MIT licensed, you can find the license file here.