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.
c56760927c27b97ba6039483c50f45dc0c80a1c6
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%