Difference between revisions of "Programming"

From WTFwiki
Jump to navigation Jump to search
(Created page with "= Rust = == Books == === Ebooks (Freely available) === * [https://doc.rust-lang.org/book/ https://doc.rust-lang.org/book/ -- The Rust Programming Language] * [https://doc.rust...")
 
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* [https://rust-cli.github.io/book/index.html https://rust-cli.github.io/book/index.html -- Command Line Applications in Rust]
 
* [https://rust-cli.github.io/book/index.html https://rust-cli.github.io/book/index.html -- Command Line Applications in Rust]
 
* [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.github.io/api-guidelines/about.html https://rust-lang.github.io/api-guidelines/about.html] -- Rust API Guidelines
 +
== Other Guides/Docs ==
 +
* [https://dev.to/anshulgoyal15/a-beginners-guide-to-grpc-with-rust-3c7o https://dev.to/anshulgoyal15/a-beginners-guide-to-grpc-with-rust-3c7o] -- A Beginners Guide To GRPC With Rust
 +
== 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"

Latest revision as of 16:55, 12 September 2022