Difference between revisions of "Programming"

From WTFwiki
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 14:03, 12 September 2022