DEV Community

Discussion on: Laravel inside Rust? I have a reason for that.

Collapse
 
reenatoteixeira profile image
Renato Teixeira • Edited

really interesting! thanks for sharing!
I'm starting to learn somethings about Laravel and it's curious to know that we can "copy" some structures... since I'm starting I don't know if Rust has its own structure but I think that if that's helping and working, there's no problem at all

Collapse
 
danielhe4rt profile image
Daniel Reis

AFAIK, Rust developers doesn't like to opinionated in other developers Structures.

However, there's plenty of Rust projects that you will look at the README and see something like "this is an opinionated structure using the framework X and Y tooling".

I'm not a fan of copying things without know how it works behind the curtains, and that's why I'm following the Laravel structure.