#web-framework #axum #core #framework

skyak_axum_core

Core utilities and extensions for Axum web framework

3 unstable releases

new 0.2.1 Apr 27, 2025
0.2.0 Feb 8, 2025
0.1.0 Jan 11, 2025

#550 in HTTP server

Download history 59/week @ 2025-01-05 57/week @ 2025-01-12 5/week @ 2025-01-19 81/week @ 2025-02-02 55/week @ 2025-02-09 8/week @ 2025-02-16 1/week @ 2025-02-23 3/week @ 2025-03-02

213 downloads per month

MIT license

9KB
73 lines

skyak_axum_core

Core utilities and extensions for the Axum web framework.

Installation

Add this to your Cargo.toml:

[dependencies]
skyak_axum_core = "0.2.1"

License

This project is licensed under the MIT license.

Changelog

0.2.1

  • Fixed BadRequest error to include the message field in the response body.

0.2.0

  • success and error response helpers
  • unit tests

0.1.0

  • Initial release
  • Basic Errors and Api response

Dependencies

~5–12MB
~125K SLoC