openapi-parser

Crates.ioopenapi-parser
lib.rsopenapi-parser
version0.6.1
sourcesrc
created_at2023-02-02 13:10:46.545932
updated_at2023-03-01 13:39:16.753124
descriptionExtract schemas definitions tree from OpenAPI documents
homepage
repositoryhttps://gitea.communiquons.org/pierre/OpenAPI-Parser
max_upload_size
id774746
size72,336
Pierre Hubert (pierre42100)

documentation

README

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
Commit count: 0

cargo fmt