This repository has been archived on 2025-03-28 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
master
OPENAPI Parser
Basic library to extract schema structures from OpenAPI 3 documents.
This crate can be used as a standalone binary:
cargo install openapi-parser
Create a tree graph for a schema:
openapi-parser -f openapi.yaml -s MySchema graph | dot -Tpng > dest.png
Description
Languages
Rust
100%