Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxcnunes/learning-rust
https://github.com/maxcnunes/learning-rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxcnunes/learning-rust
- Owner: maxcnunes
- Created: 2023-10-06T21:47:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T11:22:12.000Z (9 months ago)
- Last Synced: 2024-10-18T07:21:52.134Z (3 months ago)
- Language: Rust
- Size: 403 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```