Registry / web-framework / utoipa-redoc

utoipa-redoc

JSON →
library6.0.0rscratesunverified

Redoc for utoipa.

# Cargo.toml [dependencies] utoipa-redoc = "6.0.0"
INSTALL
IMPORT
SIG · UTOIPA-REDOC
U
utoipa-redoc
web-frameworkrustv6.0.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.

Redoc
use utoipa_redoc::Redoc;

Creates a Redoc UI instance for OpenAPI documentation.

use utoipa_redoc::Redoc; fn main() { let redoc = Redoc::new("/openapi.json"); println!("Redoc UI configured"); }
Debug
Known issues
gotchaRequires utoipa and a web framework (e.g., actix-web) to serve.
fix
Add utoipa and a web framework as dependencies.
affects: >=6.0.0
Upgrade
Version history
6.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
utoipa-redoc — cargo add utoipa-redoc · libregistry