Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggresss/playground-rust
playground-rust
https://github.com/aggresss/playground-rust
Last synced: about 8 hours ago
JSON representation
playground-rust
- Host: GitHub
- URL: https://github.com/aggresss/playground-rust
- Owner: aggresss
- License: mit
- Created: 2019-03-31T11:57:41.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T22:58:35.000Z (10 months ago)
- Last Synced: 2024-04-13T07:43:37.116Z (10 months ago)
- Language: Rust
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ferris
playground-rust
A Playground for Rust
## Reference
### Official
- [The Book BK](https://doc.rust-lang.org/book/)
- [Rust by Example EX](https://doc.rust-lang.org/stable/rust-by-example/)
- [Std Docs STD](https://doc.rust-lang.org/std/index.html)
- [Nomicon NOM](https://doc.rust-lang.org/nomicon/index.html)
- [Reference REF](https://doc.rust-lang.org/reference/index.html)
- [The Cargo Book](https://doc.rust-lang.org/cargo/)
- [Command Line Applications in Rust](https://rust-cli.github.io/book/index.html)
- [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book/)
- [Error codes index](https://doc.rust-lang.org/stable/error_codes/)### Unofficial
- [https://cheats.rs/](https://cheats.rs/)
- [Rust Course](https://course.rs/about-book.html)
- [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/)
- [The Algorithms - Rust](https://github.com/TheAlgorithms/Rust)
- [Rust for C#/.NET Developers](https://microsoft.github.io/rust-for-dotnet-devs/latest/)
- [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/intro.html)
- [Async programming in Rust with async-std](https://book.async.rs/introduction)## Crates
- [crates.io](https://crates.io/)
- [lib.rs](https://lib.rs/)
- [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/intro.html)---