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

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).

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.