Right now, a generated schema gives a user no clear indication of what to do from there. A scaffolded API implementation with just a lot of "Not Implemented" errors would be a nice automatic feature.
It could be an opinionated rule that the implementing "root" file will always be api.rs, or something like this.
Right now, a generated schema gives a user no clear indication of what to do from there. A scaffolded API implementation with just a lot of "Not Implemented" errors would be a nice automatic feature.
It could be an opinionated rule that the implementing "root" file will always be
api.rs, or something like this.