api-error-derive 0.1.3

A derive macro for attaching HTTP status codes and user-facing messages to Rust error types.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.3]https://github.com/centreon/rs-api-error/compare/api-error-derive-v0.1.2...api-error-derive-v0.1.3 - 2026-04-21

### Fixed

- re-export transitive deps to avoid axum_core not found bug [release] [#15](https://github.com/centreon/rs-api-error/pull/15)

## [0.1.2]https://github.com/centreon/rs-api-error/compare/api-error-derive-v0.1.1...api-error-derive-v0.1.2 - 2026-04-21

### Added

- *(ci)* switch crates.io publish to trusted publishing ([#2]https://github.com/centreon/rs-api-error/pull/2)

### Other

- globally versionned crates [release] [#13](https://github.com/centreon/rs-api-error/pull/13)