Difference between revisions of "Programming"
Jump to navigation
Jump to search
(add egui) |
|||
Line 7: | Line 7: | ||
* [https://nnethercote.github.io/perf-book/title-page.html https://nnethercote.github.io/perf-book/title-page.html -- The Rust Performance Book] | * [https://nnethercote.github.io/perf-book/title-page.html https://nnethercote.github.io/perf-book/title-page.html -- The Rust Performance Book] | ||
* [https://rust-lang-nursery.github.io/rust-cookbook/intro.html https://rust-lang-nursery.github.io/rust-cookbook/intro.html -- Rust Cookbook] | * [https://rust-lang-nursery.github.io/rust-cookbook/intro.html https://rust-lang-nursery.github.io/rust-cookbook/intro.html -- Rust Cookbook] | ||
+ | * [https://rust-lang.github.io/api-guidelines/about.html https://rust-lang.github.io/api-guidelines/about.html] -- Rust API Guidelines | ||
== Interesting Crates == | == Interesting Crates == | ||
* [https://github.com/emilk/egui https://github.com/emilk/egui -- egui] -- "an easy-to-use immediate mode GUI in Rust that runs on both web and native" | * [https://github.com/emilk/egui https://github.com/emilk/egui -- egui] -- "an easy-to-use immediate mode GUI in Rust that runs on both web and native" |
Revision as of 13:03, 12 September 2022
Rust
Books
Ebooks (Freely available)
- https://doc.rust-lang.org/book/ -- The Rust Programming Language
- https://doc.rust-lang.org/stable/rust-by-example/index.html -- Rust By Example
- https://rust-cli.github.io/book/index.html -- Command Line Applications in Rust
- https://nnethercote.github.io/perf-book/title-page.html -- The Rust Performance Book
- https://rust-lang-nursery.github.io/rust-cookbook/intro.html -- Rust Cookbook
- https://rust-lang.github.io/api-guidelines/about.html -- Rust API Guidelines
Interesting Crates
- https://github.com/emilk/egui -- egui -- "an easy-to-use immediate mode GUI in Rust that runs on both web and native"