openapi 0.1.5

Rust bindings for openapi schemas
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
error-chain = "0.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.7"

[package]
authors = ["softprops <d.tangren@gmail.com>"]
description = "Rust bindings for openapi schemas"
documentation = "https://softprops.github.io/openapi"
homepage = "https://github.com/softprops/openapi"
keywords = ["openapi", "swagger"]
license = "MIT"
name = "openapi"
repository = "https://github.com/softprops/openapi"
version = "0.1.5"