https://github.com/shresht7/rust-playground
A playground for Rust projects
https://github.com/shresht7/rust-playground
Last synced: 2 months ago
JSON representation
A playground for Rust projects
- Host: GitHub
- URL: https://github.com/shresht7/rust-playground
- Owner: Shresht7
- Created: 2022-01-11T18:42:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T05:32:40.000Z (4 months ago)
- Last Synced: 2025-02-06T06:28:48.854Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust-Playground
-----------------## Resources
- [Rust](https://www.rust-lang.org/)
- [The Rustlang Book](https://doc.rust-lang.org/book/)
- [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/)
- [The Cargo Book](https://doc.rust-lang.org/cargo/index.html)
- [Command Line Applications](https://www.rust-lang.org/what/cli)
- [Networking](https://www.rust-lang.org/what/networking)
- [Web Assembly](https://www.rust-lang.org/what/wasm)
- [Embedded Rust](https://www.rust-lang.org/what/embedded)
- [Rustlings](https://github.com/rust-lang/rustlings)
- [Rust CLI Book](https://rust-cli.github.io/book/)
- [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/)
- [Rust Fuzz Book](https://rust-fuzz.github.io/book/introduction.html)## Links
- [Getting Started](https://www.rust-lang.org/learn/get-started)
- [Installation](https://www.rust-lang.org/tools/install)
- [Rust in VS Code](https://code.visualstudio.com/docs/languages/rust)
- [Learn](https://www.rust-lang.org/learn)
- [Standard Library](https://doc.rust-lang.org/std/index.html)
- [rustdoc](https://doc.rust-lang.org/rustdoc/index.html)
- [YouTube Channel](https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA)
- [Rust API Guidelines](https://rust-lang.github.io/api-guidelines/)
- [Rustonomicon](https://doc.rust-lang.org/nomicon/intro.html)