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

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


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

onnx openblas rust

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Learning Rust

**Collaboration is always welcome.**

Please find the documentation here: https://bernddoser.github.io/learning-rust/

- [The Rust Book](https://doc.rust-lang.org/book/)
- [The Rust Reference](https://doc.rust-lang.org/reference/)
- [The Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/)
- [The Rustonomicon](https://doc.rust-lang.org/nomicon/)
- [Rust by Example](https://doc.rust-lang.org/rust-by-example/)
- [Rust in Visual Studio Code](https://code.visualstudio.com/docs/languages/rust)

## Update Rust

```bash
rustup default [stable|beta|nightly]
rustup update
```