| 兩邊的前次修訂版前次修改
下次修改 | 前次修改
|
| computer:program:rust [2022/04/01 10:09] – [書籍] wm | computer:program:rust [2023/07/13 14:18] (目前版本) – [Rust] wm |
|---|
| * [[https://caniuse.rs/|caniuse.rs]] | * [[https://caniuse.rs/|caniuse.rs]] |
| * [[https://cheats.rs/|Rust Language Cheat Sheet]] | * [[https://cheats.rs/|Rust Language Cheat Sheet]] |
| | * [[https://releases.rs/|Rust Changelogs]] |
| * [[https://github.com/pretzelhammer/rust-blog/blob/master/posts/learning-rust-in-2020.md|Learning Rust in 2020]] | * [[https://github.com/pretzelhammer/rust-blog/blob/master/posts/learning-rust-in-2020.md|Learning Rust in 2020]] |
| | * [[https://github.com/idanarye/rust-typed-builder|Rust Typed Builder]] |
| =====工具===== | =====工具===== |
| * [[https://rust-lang.github.io/rust-clippy/|Clippy]] | * [[https://rust-lang.github.io/rust-clippy/|Clippy]] |
| * [[https://makepad.dev/|Makepad]] | * [[https://makepad.dev/|Makepad]] |
| * [[https://github.com/rustviz/rustviz|RustViz]] | * [[https://github.com/rustviz/rustviz|RustViz]] |
| | ====Verifier==== |
| | * [[https://model-checking.github.io/kani/|Kani]] |
| ==== Profile ==== | ==== Profile ==== |
| * [[https://github.com/aclysma/profiling|profiling]] | * [[https://github.com/aclysma/profiling|profiling]] |
| * [[https://github.com/EmbarkStudios/puffin|Puffin]] | * [[https://github.com/EmbarkStudios/puffin|Puffin]] |
| | ==== Benchnmark ==== |
| | * [[https://github.com/bheisler/criterion.rs|Criterion.rs]] |
| ==== Bundler ==== | ==== Bundler ==== |
| * [[https://trunkrs.dev/|Trunk]] | * [[https://trunkrs.dev/|Trunk]] |
| ==== Documentation ==== | ==== Documentation ==== |
| * [[https://rust.extension.sh/|Rust Search Extension]] | * [[https://rust.extension.sh/|Rust Search Extension]] |
| | * [[https://github.com/mersinvald/aquamarine|Aquamarine]] (Mermaid) |
| =====套件===== | =====套件===== |
| * [[https://actix.rs/|Actix]] | * [[https://actix.rs/|Actix]] |
| * [[https://docs.rs/|Docs.rs]] | * [[https://docs.rs/|Docs.rs]] |
| * [[https://www.rustsim.org/|The rustsim organization]] | * [[https://www.rustsim.org/|The rustsim organization]] |
| | * [[https://blessed.rs/|Blessed]] |
| ===練習=== | ===練習=== |
| * [[https://github.com/rust-lang/rustlings|rustlings]] | * [[https://github.com/rust-lang/rustlings|rustlings]] |
| | * [[https://dtolnay.github.io/rust-quiz/|Rust Quiz]] |
| =====教學===== | =====教學===== |
| * [[https://github.com/Mercateo/rust-for-node-developers|Rust for Node developers]] | * [[https://github.com/Mercateo/rust-for-node-developers|Rust for Node developers]] |
| * [[https://itnext.io/deep-dive-into-rust-for-node-js-developers-5faace6dc71f|Deep Dive into Rust for Node.js Developers]] | * [[https://itnext.io/deep-dive-into-rust-for-node-js-developers-5faace6dc71f|Deep Dive into Rust for Node.js Developers]] |
| | * [[https://kerkour.com/rust-functional-programming|Functional Programming in Rust]] |
| * [[https://ricardomartins.cc/2016/06/08/interior-mutability|Interior mutability in Rust: what, why, how?]] | * [[https://ricardomartins.cc/2016/06/08/interior-mutability|Interior mutability in Rust: what, why, how?]] |
| * [[https://rust-unofficial.github.io/too-many-lists/|Learn Rust With Entirely Too Many Linked Lists]] | * [[https://rust-unofficial.github.io/too-many-lists/|Learn Rust With Entirely Too Many Linked Lists]] |
| * [[http://rustbyexample.com/|Rust by Example]] | * [[http://rustbyexample.com/|Rust by Example]] |
| * [[https://rust-lang-nursery.github.io/rust-cookbook/|Rust Cookbook]] | * [[https://rust-lang-nursery.github.io/rust-cookbook/|Rust Cookbook]] |
| | * [[https://dhghomon.github.io/easy_rust/|Easy Rust]] |
| | * [[https://google.github.io/comprehensive-rust/|Comprehensive Rust]] |
| * [[https://rust-lang.github.io/async-book/|Asynchronous Programming in Rust]] | * [[https://rust-lang.github.io/async-book/|Asynchronous Programming in Rust]] |
| | * [[https://rust-unofficial.github.io/patterns/|Rust Design Patterns]] |
| * [[https://lurklurk.org/effective-rust/|Effective Rust]] | * [[https://lurklurk.org/effective-rust/|Effective Rust]] |
| * [[https://github.com/rust-hosted-langs/book/|Writing Interpreters in Rust: a Guide]] | * [[https://github.com/rust-hosted-langs/book/|Writing Interpreters in Rust: a Guide]] |
| | * [[https://rust-algo.club/|Rust Algorithm Club]] |