This repository has been archived on 2025-03-28 . You can view files and clone it, but cannot push or open issues or pull requests.
				
			
		
		
		
			
				
					
						
					
					594fe4b1ae92c3fa1ba1a761a6f1235c20119da0
				
			
			
		
	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%