skyak_axum_core

Crates.ioskyak_axum_core
lib.rsskyak_axum_core
version0.2.1
created_at2025-01-11 18:50:16.894141+00
updated_at2025-04-27 14:28:02.352854+00
descriptionCore utilities and extensions for Axum web framework
homepage
repositoryhttps://github.com/skyaktech/axum_core
max_upload_size
id1512569
size26,846
Nebojsa Jakovljevic (nebjak)

documentation

README

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
Commit count: 10

cargo fmt