跳至內容
WMの写本
使用者工具
登入
網站工具
搜尋
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
>
最近更新
多媒體管理器
網站地圖
您在這裏:
start
»
computer
»
program
»
rust
足跡:
computer:program:rust
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
======Rust====== * [[http://www.rust-lang.org/|Rust]] * [[https://crates.io/|Cargo]] * [[http://www.rustforrubyists.com/|Rust for Rubyists]] * [[http://science.raphael.poss.name/rust-for-functional-programmers.html|Rust for functional programmers]] * [[http://nickel.rs/|nickel.rs]] * [[http://ironframework.io/|Iron]] * [[http://gtk-rs.org/|Gtk-rs]] * [[http://www.redox-os.org/|Redox]] * [[https://github.com/phildawes/racer|Racer]] * [[http://cglab.ca/~abeinges/blah/|Rust Collections]] * [[http://libs.rs/|Rust Libraries]] * [[https://areweideyet.com/|Are we (I)DE yet?]] * [[https://github.com/kud1ing/awesome-rust|Awesome Rust]] * [[http://diesel.rs/|Diesel]] * [[http://andrewbrinker.github.io/blog/2016/03/27/string-types-in-rust/|String Types in Rust]] * [[https://signedvoid.blogspot.com/2016/05/programming-in-rust-part-1modules-and.html|Programming in Rust]] * [[https://caniuse.rs/|caniuse.rs]] * [[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/idanarye/rust-typed-builder|Rust Typed Builder]] =====工具===== * [[https://rust-lang.github.io/rust-clippy/|Clippy]] * [[https://github.com/BurntSushi/quickcheck|QuickCheck]] * [[https://jrvidal.github.io/explaine.rs/|explaine.rs]] * [[https://makepad.dev/|Makepad]] * [[https://github.com/rustviz/rustviz|RustViz]] ====Verifier==== * [[https://model-checking.github.io/kani/|Kani]] ==== Profile ==== * [[https://github.com/aclysma/profiling|profiling]] * [[https://github.com/EmbarkStudios/puffin|Puffin]] ==== Benchnmark ==== * [[https://github.com/bheisler/criterion.rs|Criterion.rs]] ==== Bundler ==== * [[https://trunkrs.dev/|Trunk]] ==== Documentation ==== * [[https://rust.extension.sh/|Rust Search Extension]] * [[https://github.com/mersinvald/aquamarine|Aquamarine]] (Mermaid) =====套件===== * [[https://actix.rs/|Actix]] * [[https://hyper.rs/|hyper]] * [[https://tokio.rs/|Tokio]] * [[https://github.com/stjepang/smol|smol]] * [[https://riker.rs/|Riker]] * [[https://github.com/http-rs/tide|Tide]] * [[https://nannou.cc/|Nannou]] * [[https://bastion.rs/|Bastion]] * [[https://github.com/koute/stdweb|stdweb]] * [[https://crates.io/crates/inline_tweak|inline_tweak]] * [[https://pest.rs/|pest]] (Parser) ====介面==== * [[https://github.com/redox-os/orbtk|Orbital Widget Toolkit]] * [[https://github.com/xi-editor/druid|Druid]] * [[https://github.com/hecrj/iced|Iced]] * [[https://azul.rs/|Azul]] * [[https://github.com/antoyo/relm|Relm]] (GTK) * [[https://github.com/emilk/egui|Egui]] * [[https://raui-labs.github.io/raui/|RAUI]] ====圖形==== * [[https://github.com/gfx-rs/gfx|gfx-rs]] * [[https://www.falseidolfactory.com/2020/04/01/intro-to-gfx-hal-part-1-drawing-a-triangle.html|Intro to gfx-hal]] * [[https://github.com/nical/lyon|Lyon]] * [[https://github.com/not-fl3/miniquad|Miniquad]] * [[https://github.com/asny/three-d|three-d]] * [[https://github.com/MaikKlein/ash|Ash]] * [[https://hoj-senna.github.io/ashen-aetna/|Ashen Aetna]] * [[https://github.com/brandonpollack23/sarekt|Sarekt]] * [[https://gitlab.com/Friz64/erupt|erupt]] * [[https://github.com/rust-windowing/glutin|glutin]] * [[https://github.com/phaazon/luminance-rs|luminance]] * [[https://rust-tutorials.github.io/learn-luminance/|Learn luminance]] =====資源===== * [[http://www.arewelearningyet.com/|Are we learning yet?]] * [[http://arewegameyet.com/|Are we game yet?]] * [[http://www.arewewebyet.org|Are we web yet?]] * [[https://docs.rs/|Docs.rs]] * [[https://www.rustsim.org/|The rustsim organization]] * [[https://blessed.rs/|Blessed]] ===練習=== * [[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://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://rust-unofficial.github.io/too-many-lists/|Learn Rust With Entirely Too Many Linked Lists]] * [[https://fasterthanli.me/articles/so-you-want-to-live-reload-rust|So you want to live-reload Rust]] * [[http://cliffle.com/blog/rust-typestate/|The Typestate Pattern in Rust]] * [[https://arzg.github.io/lang/|Make A Language]] * [[https://rust-tutorials.github.io/triangle-from-scratch/|Triangle From Scratch]] ====遊戲==== * [[https://sokoban.iolivia.me/|Rust Sokoban]] * [[https://github.com/harshvishu/pong|Ping Pong game]] ====書籍==== * [[http://doc.rust-lang.org/book/|The Rust Programming Language]] * [[http://rustbyexample.com/|Rust by Example]] * [[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-unofficial.github.io/patterns/|Rust Design Patterns]] * [[https://lurklurk.org/effective-rust/|Effective Rust]] * [[https://github.com/rust-hosted-langs/book/|Writing Interpreters in Rust: a Guide]] * [[https://rust-algo.club/|Rust Algorithm Club]]
computer/program/rust.txt
· 上一次變更: 2023/07/13 14:18 由
wm
頁面工具
顯示頁面
舊版
反向連結
回到頁頂