-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
smithy
Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.
https://github.com/awslabs/smithy (maybe?)
-
https://github.com/libninjacom/plaid-rs to see an example of what it generates.
-
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
[swagger-codegen](https://github.com/swagger-api/swagger-codegen) generates code from an OpenAPI definition, and it supports Rust code output (client and/or server).
Related posts
-
Top 20 Python API Frameworks with OpenAPI Support
-
Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 1 – Real Python
-
The Modern Way of Managing APIs Using Protobuf and OpenAPI
-
Understanding the Relation Between FastAPI and Uvicorn
-
openapi-fetch-gen – Generate TypeScript API client from OpenAPI TypeScript interface definitions created by openapi-typescript