This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
devlogs:14_5_2022 [2022/05/14 20:43] root |
devlogs:14_5_2022 [2023/10/19 15:25] (current) |
||
---|---|---|---|
Line 13: | Line 13: | ||
| | ||
| | ||
- | //I DONT THING YOU CAN NEST ENUMS..... lmk bois | + | //I DONT THINK YOU CAN NEST ENUMS..... lmk bois |
} | } | ||
</ | </ | ||
Line 118: | Line 118: | ||
**A module is a collection of items: functions, structs, traits, impl and other modules.** | **A module is a collection of items: functions, structs, traits, impl and other modules.** | ||
- | Creating a module [[FROM RUSTLINGS]] | + | Creating a module [[https:// |
<code rust> | <code rust> |