OpenAPI 3.0 Parser Library
OpenAPI 3.0 Parser Library is a Rust crate designed to parse OpenAPI (Swagger) 3.0 specifications in both JSON and YAML formats. This library allows developers to easily handle OpenAPI spec files and extract the information programmatically.
Features
- Supports parsing OpenAPI 3.0 specifications in both JSON and YAML.
- Extract and manipulate OpenAPI components such as paths, operations, parameters, responses, etc.
- Written in Rust for high performance and safety.
Installation
Add this to your Cargo.toml
:
[]
= "0.1.0"
Usage
use OpenApiSpec;
use File;
use Read;
use Result;
Examples
You can parse a file in either YAML or JSON format:
use OpenApiSpec;
use serde_yaml;
use serde_json;
use File;
use Read;
use Result;
Documentation
Full documentation is available on docs.rs.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
If you encounter any issues or need help, please open an issue on GitHub.
For additional support, you can contact me at ayonsaha2011@gmail.com.
Donation
If you find this library useful and would like to support its ongoing development, consider making a donation. Your support is greatly appreciated!