Fork of [softprops/openapi](https://github.com/softprops/openapi)
add the following to your `Cargo.toml` file
```toml
[dependencies]
apple_bloom = "0.1"
```
```rust
extern crate apple_bloom;
fn main() {
match apple_bloom::from_path("path/to/openapi.yaml") {
}
}
```