6eathaus

joined 7 months ago
[–] 6eathaus 2 points 7 months ago
24
Data Structures in Rust (self.learn_programming)
submitted 7 months ago by 6eathaus to c/[email protected]
 

What are some tips and tricks and best practices with rust?

Also, I'm used to clearly defined classes and implementation files with C++. Are there any tips and tricks on that with Rust? I haven't found any decent commentary/ documentation on figuring this out correctly with Rust. Yes, I know Rust is not an oop language, but I'm having issues creating clear separation of files so they don't become a scrolling dungeon.