oas3-gen 0.25.1

A rust type generator for OpenAPI v3.1.x specification.
1
2
3
4
5
6
7
8
9
pub mod refs;
pub mod schema_ext;
pub mod spec;

pub(crate) use refs::{
  UnionFingerprints, build_union_fingerprints, extract_schema_ref_name, extract_union_fingerprint,
  parse_schema_ref_path,
};
pub(crate) use schema_ext::SchemaExt;