https://github.com/itsgitz/rust-lab
The journey of my Rust career (maybe).
https://github.com/itsgitz/rust-lab
Last synced: 2 months ago
JSON representation
The journey of my Rust career (maybe).
- Host: GitHub
- URL: https://github.com/itsgitz/rust-lab
- Owner: itsgitz
- License: mit
- Created: 2025-11-10T01:57:08.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-11-10T08:23:58.000Z (9 months ago)
- Last Synced: 2025-11-10T09:21:04.259Z (9 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Lab
This repository is a collection of Rust projects created for learning and experimentation. The source for my learning journey is from [The Rust Programming Language](https://doc.rust-lang.org/book/title-page.html).
## Projects
This repository contains the following projects:
- `getting-started`: A simple Rust program to get started with the language.
- `hello-world`: A classic "Hello, World!" program in Rust.
## Running the Projects
To run any of the projects, navigate to the project's directory and use the `cargo run` command.
For example, to run the `hello-world` project:
```bash
cd hello-world
cargo run
```
## License
This project is licensed under the terms of the MIT license.