https://github.com/blackmann/learning-rust
Attempt at learning rust (and mastering it)
https://github.com/blackmann/learning-rust
Last synced: 29 days ago
JSON representation
Attempt at learning rust (and mastering it)
- Host: GitHub
- URL: https://github.com/blackmann/learning-rust
- Owner: blackmann
- Created: 2022-01-25T22:04:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T01:42:54.000Z (over 4 years ago)
- Last Synced: 2025-05-29T20:17:14.459Z (about 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-rust 🦀
This is my attempt to learn rust by Googling 🔍 the hell out of it while I develop the projects in this repo. I have
gathered some basic knowledge using the IntelliJ EduTools course on Rust. I haven't completed it yet, but I'm tired of
just learning syntax and semantics.
> I want to build. Haaarrghh. 👾
## How to run
> cargo run -- -h
>
> cargo run -- add "Visit Dubai next year"
## 🗓 Timeline
| Date | Activity |
|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 25 January 2022 | Started work on a todo list command-line app. Implemented printing the usage. |
| 26 January 2022 | Refactored to use `clap` for handling argument parsing. Clap comes along with some nice batteries |
| 28 January 2022 | I didn't skip a night. Just happened to finish up at this time. 12:33 AM. I'm getting a hang of rust. It's cool. I'm able to get through documentations for libraries. |
| 29 January 2022 | I could figure out "move" and I roamed the whole internet |
| 30 January 2022 | I came out victorious. I have it figured by trying to read the docs again and listening to the compiler. |