fastapi 0.1.1

Compile time generated OpenAPI documentation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "openapi": "3.1.0",
  "info": {
    "title": "My api",
    "description": "My api description",
    "license": {
      "name": "MIT",
      "url": "http://mit.licence"
    },
    "version": "1.0.0"
  },
  "paths": {}
}