Registry / utility / swagger

swagger

JSON →
library7.0.0rscratesunverified

A set of common utilities for Rust code generated by OpenAPI Generator.

# Cargo.toml [dependencies] swagger = "7.0.0"
INSTALL
IMPORT
SIG · SWAGGER
S
swagger
utilityrustv7.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.

ApiError
use swagger::ApiError;

Creates and prints an API error.

use swagger::ApiError; fn main() { let err = ApiError::new("Something went wrong"); println!("Error: {}", err); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
swagger — cargo add swagger · libregistry