this post was submitted on 22 Nov 2025
14 points (93.8% liked)

Rust

7516 readers
2 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
 

I've been experimenting a bit with Rust and seeing what I can get to work and what I can't.

I've been able to mostly recreate the Django workflow using these programs: actix web, tera, and butane.

Butane seems to be the least mature out of all of them, and has also given me the most trouble. That said, it's still the closest thing that I can find to Django's ORM.

I'm just letting you guys know in case you're interested and want to try it out.

you are viewing a single comment's thread
view the rest of the comments
[–] albsen@beehaw.org 1 points 4 days ago

Interesting, do tell us how its going. Django's appeal to me is mostly with the ecosystem and readily available plugins and at the very least the admin. This just saves soo much time. Maybe rust based packages accelerating django is the way to go for me.