Rust Programming Tutorial #34 - Multiple Source Files (Modules)

preview_player
Показать описание
Today we look at how to organise your code better within your Rust projects by creating separate source files (or modules). By doing so, it makes your code much more readable, easier to understand and easier to maintain.

We take a look at the 'mod' keyword as well as creating a module, importing it and using it. With this, we also look at public visibility for functions and the assumed private visibility.

Take a look here for more information:

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
Рекомендации по теме
visit shbcf.ru