Expand description
OpenAPI registry for schema and operation management
This module provides a standalone OpenAPI registry that collects operation specs
and schemas, and builds a complete OpenAPI document from them.
Structs§
- Open
ApiInfo OpenAPIdocument metadata (title, version, description)- Open
ApiRegistry Impl - Implementation of
OpenAPIregistry with lock-free data structures
Traits§
- Open
ApiRegistry OpenAPIregistry trait for operation and schema registration
Functions§
- ensure_
schema - Helper function to call
ensure_schemawith proper type information