Comment on Rust vs Go: A Hands-On ComparisonparentComments−packetlost2yIMO the problem is Rust is very opinionated about how you structure your application, which might not actually match up with what the most logical structure for a particular case is. It depends.−metaltyphoon2yYeah, i have a distaste for every file is a module approach.
Comments
IMO the problem is Rust is very opinionated about how you structure your application, which might not actually match up with what the most logical structure for a particular case is. It depends.
Yeah, i have a distaste for every file is a module approach.