hsr
hsr copied to clipboard
Fast APIs, fast
This issue is to help anyone else venturing here to get a feel for some of the openapi functionality which is not yet supported, and cause the codegen to panic....
e.g. input ```yaml components: schemas: CartesianCoordinate: $ref: "./schemas/CartesianCoordinate.yaml" ``` Most Rust openAPI readers have this problem, but https://github.com/kstasik/schema-tools has solved it, and has a CLI command to convert such an...
I'm looking something just like hsr but I need to generate the client side, without the server side. Reading the tutorial I'm not sure if currently it's possible.
This project looks amazing but there was no update in a long time. I would like to know if if's still alive before investing more time into it. Thank you
Hi, I've been using [FastAPI ](https://fastapi.tiangolo.com/) for Python and now that I'm using Rust more I was looking for similar frameworks. I've been playing with hsr and so far seems...