https://github.com/chris-gits/learningrust
Tracking progress of my journey learning Rust.
https://github.com/chris-gits/learningrust
Last synced: about 2 months ago
JSON representation
Tracking progress of my journey learning Rust.
- Host: GitHub
- URL: https://github.com/chris-gits/learningrust
- Owner: chris-gits
- Created: 2023-11-30T12:34:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T13:41:26.000Z (over 1 year ago)
- Last Synced: 2023-12-13T21:29:56.207Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearningRust
A self managed repo to track my progress learning Rust.
### Objectives
My primary objectives of this repo are to:
- Broadly learn Rust's syntax
- Develop my understanding of lower-leveled programming
- Learn how to manipulate and handle memory
- Adjust to using commits and branches in projects### Notes
Some quick notes:
- My commit names have been absolutely horrible so please ignore them and any of their inconsistencies.
- If you have any tips or find any glaring issues with my structure, understanding, or efficieny of Rust, please let me know.