Plume-org / canapi

Define your API once, use it on server and client. DEPRECATED, look at the hsr crate for a replacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make this a proc-macro

elegaanz opened this issue · comments

As it is canapi is not very useful and adds more code than it removes (especially on the server).

I would like to transform it to make it a proc-macro that would read an OpenAPI spec and generate the Rust types for it, and why not some functions to make interact with the API from clients.