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

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

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)