Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork60
openapi schema serialization for rust
License
NotificationsYou must be signed in to change notification settings
softprops/openapi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Rust crate for serializing and deserializingopen api documents
add the following to yourCargo.toml
file
[dependencies]openapi ="0.1"
externcrate openapi;fnmain(){match openapi::from_path("path/to/openapi.yaml"){Ok(spec) =>println!("spec: {:?}", spec),Err(err) =>println!("error: {}", err)}}
Doug Tangren (softprops) 2017
About
openapi schema serialization for rust
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.