An attempt to make building a simple CRUD API in Rust as mindless as Django Rest Framework makes it for Django apps.
🚧 Work in progress. The end goal of this is to be a library that makes it possible to derive the equivalent of a DRF
ModelViewSet
for a Rust struct.For now, this is just an exploration into what the output of that derive might be.
This is just an estimate of things that might someday happen:
actix-web
and sea-query
traitssea-query
actix-web