foxfriends / woof

Rust Rest Framework
0 stars 0 forks source link

Rust Rest Framework

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.

Roadmap

This is just an estimate of things that might someday happen: