« All posts

Building a Fast OpenAPI Mock Server in Rust

Mock-cli, built in Rust, reads OpenAPI 3 specs and serves dynamic fake data with fast startup and no configuration.

Mock-cli is a tool written in Rust that reads OpenAPI 3 specifications and serves dynamic fake data. Its quick startup time and zero configuration allow developers to unblock frontend work efficiently. By providing varying fake data for each request, it enables realistic responses for developers.