Skip to content

openapi schema serialization for rust

License

Notifications You must be signed in to change notification settings

amtelekom/apple-bloom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Bloom

Rust crate for serializing and deserializing open api documents

Fork of softprops/openapi

Install

add the following to your Cargo.toml file

[dependencies]
apple_bloom = "0.1"

Usage

extern crate apple_bloom;

fn main() {
  match apple_bloom::from_path("path/to/openapi.yaml") {
    Ok(spec) => println!("spec: {:?}", spec),
    Err(err) => println!("error: {}", err)
  }
}

About

openapi schema serialization for rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%