Skip to main content

Crate sekkei

Crate sekkei 

Source
Expand description

Sekkei — canonical OpenAPI 3.0 serde types, multi-format loading, and ref resolution.

Re-exports§

pub use error::*;
pub use load::*;
pub use types::*;
pub use visitor::*;

Modules§

error
Typed error variants for spec loading and parsing.
load
types
OpenAPI 3.0.3 serde types — canonical definitions for the pleme-io ecosystem.
visitor
SpecVisitor trait and walk_spec for walking OpenAPI specs.