An open API service indexing awesome lists of open source software.

https://github.com/fadhil-riyanto/rust-learn

my goal learn rust programming language in less 1 month
https://github.com/fadhil-riyanto/rust-learn

rust rustc system-programming system-programming-with-rust

Last synced: about 2 months ago
JSON representation

my goal learn rust programming language in less 1 month

Awesome Lists containing this project

README

          

## learn rust
my repository while learning rust for upcoming projects

1. [Hello world](https://github.com/fadhil-riyanto/rust-learn/blob/60dbe01e1c8bae15d2604b39bd8dc4843d3dccde/src/main.rs#L10)
2. Playing with formatting and debugging
https://practice.course.rs/formatted-output/debug-display.html
https://stackoverflow.com/questions/68122958/error-info-doesnt-implement-display-required-by

3. impl keyword:
https://doc.rust-lang.org/std/keyword.impl.html
[how initialize an uninitialized struct](https://users.rust-lang.org/t/instantiate-struct-without-setting-values/20353/3)