https://github.com/bernddoser/learning-rust
https://github.com/bernddoser/learning-rust
onnx openblas rust
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernddoser/learning-rust
- Owner: BerndDoser
- Created: 2022-07-21T11:07:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T08:34:31.000Z (about 1 year ago)
- Last Synced: 2025-02-12T11:14:31.550Z (4 months ago)
- Topics: onnx, openblas, rust
- Language: Rust
- Homepage: https://bernddoser.github.io/learning-rust/
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```