Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxcnunes/learning-rust


https://github.com/maxcnunes/learning-rust

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# learning-assembly-arm64-apple

This is a personal repository to help me learning Rust language.

This project contains notes and small program examples on Rust programming.

## Resources

### Learning

- [Online book: The Rust Programming Language](https://doc.rust-lang.org/stable/book/)
- [Rust by example](https://doc.rust-lang.org/rust-by-example/index.html)
- [Axum Tutorial For Beginners](https://github.com/programatik29/axum-tutorial)

### Other helpful links

- [Rust playground online](https://play.rust-lang.org)
- [Resources for game development](https://arewegameyet.rs/)
- [Resources for web development](https://www.arewewebyet.org/)
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html)
- [Code examples in Rust - rustlings](https://github.com/rust-lang/rustlings)

### Crates registries

- [The Rust community’s crate registry](https://crates.io/)
- [An unofficial guide to the Rust ecosystem](https://blessed.rs/crates)
- [Lightweight, opinionated, curated, unofficial alternative to crates.io](https://lib.rs/)

## Running

To run a project, access a project directory and run

```
cargo run
```