https://github.com/andreasgdp/learn-rust
https://github.com/andreasgdp/learn-rust
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreasgdp/learn-rust
- Owner: Andreasgdp
- Created: 2024-03-19T18:09:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-23T22:15:33.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:07:18.618Z (about 1 year ago)
- Language: Rust
- Size: 893 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn rust
This is a simple project to learn rust. I am following the book [The Rust Programming Language](https://doc.rust-lang.org/book/).
It is simply for me to learn the language and to have a reference for future projects, but if you find it useful, feel free to use it.
## How to run
To run the project, you need to have rust installed. You can install it by following the instructions on the [official website](https://www.rust-lang.org/tools/install).