Registry / web-framework / okapi
library0.7.0rscratesunverified

Provides structs for OpenAPI (Swagger) document generation.

# Cargo.toml [dependencies] okapi = "0.7.0"
INSTALL
IMPORT
SIG · OKAPI
O
okapi
web-frameworkrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenApi
use okapi::openapi3::OpenApi;

Create and work with OpenAPI 3.0 document structures.

use okapi::openapi3::OpenApi; fn main() { let api = OpenApi::default(); // Build and manipulate OpenAPI spec }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
okapi — cargo add okapi · libregistry