kurtbuilds / oasgen

Generates OpenAPI 3.0 spec based on Rust code. Works with axum, actix-web, or any/no framework.
https://crates.io/crates/oasgen
112 stars 8 forks source link

Impl oaschema chrono fixed offset #7

Closed thorjelly closed 12 months ago

thorjelly commented 1 year ago

Implements OaSchema on chrono::DateTime<chrono::FixedOffset> when using the chrono feature.

Depends on PR #6