[][src]Crate paperclip

Paperclip is a OpenAPI code generator for efficient type-safe compile-time checked HTTP APIs in Rust.

See the website for detailed documentation and examples.

Re-exports

pub use paperclip_macros::api_v2_schema;

Modules

v2

Types and traits related to the OpenAPI v2 spec.

Enums

PaperClipError

Global error which encapsulates all related errors.

Type Definitions

PaperClipResult

Generic result used throughout this library.