Skip to content

Repository files navigation

open api Build StatusSoftware Licensecrates.io

Rust crate for serializing and deserializing open api documents

Documentation

install

add the following to your Cargo.toml file

[dependencies]
openapi = "0.1"

usage

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

Resources

Stars

3 stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages