openapi-trait 0.0.4

Generate typed Rust traits from OpenAPI specifications using a proc-macro attribute
Documentation
# Changelog

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

## [0.0.4]https://github.com/ndrsg/openapi-trait/compare/openapi-trait-v0.0.3...openapi-trait-v0.0.4 - 2026-06-25

### Added

- stronger types for string formats
- handle invalid and rust keyword colliding idents
- functionality to dump generated code

## [0.0.3]https://github.com/ndrsg/openapi-trait/compare/openapi-trait-v0.0.2...openapi-trait-v0.0.3 - 2026-06-24

### Added

- per-request auth overrides scheme-level credentials
- add support for security schemes in OpenAPI code generation
- add per request headers to client
- handling of additional properties and inline ref definitions
- allof, oneof, anyof support

### Other

- add badges

## [0.0.2]https://github.com/ndrsg/openapi-trait/compare/openapi-trait-v0.0.1...openapi-trait-v0.0.2 - 2026-05-08

### Added

- add reqwest client
- add client trait

### Other

- init release-plz
- format code
- update
- update
- update to reqwest 0.13

## [Unreleased]