Tag: cargo
-
no errors
No Errors? ๐คจ This makes me suspicious. How did it work? Why? Anyway. Before I make any further adjustments, I will create a repo on GitHub. And push the code. Here’s the result of Crab. The gray window to the right. ๐ CRAB! ๐ฆ This is a very simple application to display a UI with…
-
coding with rust
I have no idea what I’m doing. ๐ This is my first try. ๐ตโ๐ซ I TRUST IN RUST. ๐ ๐ฆ Rust – is a systems programming language focused on safety, speed and concurrency. Firstable I’ll install rust. Then GTK. rustc –versioncargo –version Create a new Rust project: cargo new gtk_crab_app cd gtk_crab_app Creating binary (application)…