Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miolab/rust_book
https://github.com/miolab/rust_book
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miolab/rust_book
- Owner: miolab
- Created: 2021-12-27T00:31:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T22:36:43.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T11:08:58.349Z (about 2 months ago)
- Language: Rust
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Tour
Rust note for myself.
## Ref
- Official
https://www.rust-lang.org/ja/learn- **The Book**
https://doc.rust-jp.rs/book-ja/- Rust by Example
https://doc.rust-lang.org/stable/rust-by-example/### Others
- **Tour of Rust**
https://tourofrust.com/- Rust を始めるための資料集
https://blog-dry.com/entry/2021/01/23/141936- Rust 入門
https://zenn.dev/mebiusbox/books/22d4c1ed9b0003- RustCoder
https://zenn.dev/toga/books/rust-atcoder- Rust の最初のステップ
https://docs.microsoft.com/ja-jp/learn/paths/rust-first-steps/- Rust Playground
https://play.rust-lang.org/