Relative Content

Tag Archive for rustactix-web

Route organization in Actix web

I am trying to figure out a better way to organize the routes in my Actix application, the examples on actix.rs don’t seem to have much on modularizing routes in other files. Currently I have something like this: