learning-Rust
I follow the Rust by example official doc for learning
That is also available in 'doc pdf' alongside another great rust learning sheet
I'm using IntelliJ IDEA 2022.3 as an IDE
The various modules :
Modules rattached to main :
main.rs
- run the doc.rs module
- implement some basic functions
doc.rs
- contain some basic notes based on the official rust doc (see above)
Independant bin modules :
cli_discovery.rs
- first CLI program following the Rust official tutorial on CLIs
cli.rs
- first real project, implementing basic functions via a CLI