mockforge-import 0.3.117

Import and code generation utilities for MockForge — OpenAPI, Postman, cURL, HAR, Insomnia
Documentation
1
2
3
4
5
6
7
8
9
10
//! Import and code generation utilities for MockForge
//!
//! This crate provides functionality to import API definitions from external formats
//! (OpenAPI, Postman, cURL, HAR, Insomnia, AsyncAPI) and generate mock server code.

#[cfg(feature = "import")]
pub mod import;

#[cfg(feature = "codegen")]
pub mod codegen;