oasgen-core 0.9.0

Dependency of oasgen. Generates OpenAPI 3.0 spec based on Rust code. Works with actix-web, but architected to easily extend to other frameworks (or no framework).
Documentation
1
2
3
use crate::{impl_oa_schema, Schema};

impl_oa_schema!(::phonenumber::PhoneNumber, Schema::new_string().with_format("e164-phone-number"));