So, apparently the chrome/geckodriver processes will terminate on their own if the user sends ctrl+c to the console. It will not terminate on its own if the program finishes running naturally. ...
The autocompletion works (mostly) but for example Vec::new() doesn't highlight anything at all. I do get errors when not putting a semicolon, but things like passing too many arguments into the println macro doesn't throw an error. Or how shown in this example, it did not autocomplete the clone method, while also just accepting ...
Rust is beautiful and at the same time pretty hard language to learn. While mastering it and digging deeper, I decided to play around basic data structures and algorithms. I put a repo with some theory, implementations and examples on github mainly for myself, but maybe someone will find it helpful, or share more effective ...
I recently made a fairly simple shader heavily inspired by the one used for characters in The Legend of Zelda: The Wind Waker. I've got all my info on how it worked on the GameCube from this amazing video ...
I'm a complete beginner in programming with no prior experience, and I want a tutor/mentor to learn Rust for software(GUI, games, software in general) development and, eventually, kernel development(microkernels, IPC, specifically). I pay, of course. (Also, another note, I dislike UNIX (philosophy wise), so I would be looking to ...
Whenever I encounter an interesting Rust programming technique, I add it to this blog post. I've amassed a bit of a collection. Hopefully someone finds it interesting and useful!
Jiff is a new date-time library for Rust that encourages you to jump into the pit of success ( github.com )
In which BurntSushi does date/time handling. Reddit discussion, HN discussion. ...
Linux when? Linux now. - Zed Blog ( zed.dev )
Rust has a HUGE supply chain security problem | Sylvain Kerkour | July 2, 2024 ( kerkour.com )
cross-posted from: ...
Ferris and Corro wallpaper ( lemmy.world )
Have been struggling to find some nice Rust wallpapers, so I decided to make one for myself. ...
I've created a CLI tool to download Rust web books as EPUB ( github.com )
cross-posted from: ...
Announcing Rust 1.79.0 | Rust Blog ( blog.rust-lang.org )
[SOLVED] Is there a way to start and stop chromedriver/geckodriver with Rust and Selenium (thirtyfour) automatically like in Python?
So, apparently the chrome/geckodriver processes will terminate on their own if the user sends ctrl+c to the console. It will not terminate on its own if the program finishes running naturally. ...
[SOLVED] Rust-analyzer only somewhat working? ( lemmy.blahaj.zone )
The autocompletion works (mostly) but for example Vec::new() doesn't highlight anything at all. I do get errors when not putting a semicolon, but things like passing too many arguments into the println macro doesn't throw an error. Or how shown in this example, it did not autocomplete the clone method, while also just accepting ...
Anybody wanna try a new static site generator? ( github.com )
I just released v0.1.0 of hinoki, my static site generator :) ...
Where can we download the Rust manual for free?
https://doc.rust-lang.org/book/ links to a site that's charging an absurd $40 for ebook format. ...
cargo-goggles: verify that crates.io releases can be reproduced from the git repository ( crates.io )
Mastering rust with basic data structures and algorithms
Rust is beautiful and at the same time pretty hard language to learn. While mastering it and digging deeper, I decided to play around basic data structures and algorithms. I put a repo with some theory, implementations and examples on github mainly for myself, but maybe someone will find it helpful, or share more effective ...
I made a Wind Waker shader for Bevy ( lemmy.world )
I recently made a fairly simple shader heavily inspired by the one used for characters in The Legend of Zelda: The Wind Waker. I've got all my info on how it worked on the GameCube from this amazing video ...
Yarn Spinner for Rust ( lemmy.world )
I am delighted to finally release a project that has been cooking for quite a while: Yarn Spinner for Rust 🎉 . ...
My minimalistic habit tracker CLI app written in rust. Great way to spend weekends and a good cause to play with ratatui ( lemmy.ml )
I made it for myself as the simplest way to keep track of positive routines. ...
Looking for kernel development/OS development/general programming tutoring (Zig & Rust)
I'm a complete beginner in programming with no prior experience, and I want a tutor/mentor to learn Rust for software(GUI, games, software in general) development and, eventually, kernel development(microkernels, IPC, specifically). I pay, of course. (Also, another note, I dislike UNIX (philosophy wise), so I would be looking to ...
Bevy 0.12 ( bevyengine.org )
Was Rust Worth It?. From JavaScript to Rust, three years… | by Jarrod Overson | Oct, 2023 | Medium ( jsoverson.medium.com )
Open Sourcing Ferrocene ( ferrous-systems.com )
Why you might actually want async in your project ( notgull.net )
Why Rust is the most admired language among developers ( github.blog )
Dioxus 0.4: Server Functions, Suspense, Enum Router, Overhauled Docs, Bundler, Android Support, and more ( dioxuslabs.com )
Rust Pro Tips (collection) ( geeklaunch.io )
Whenever I encounter an interesting Rust programming technique, I add it to this blog post. I've amassed a bit of a collection. Hopefully someone finds it interesting and useful!
I think something sinister is happening with oxidizing all GNU projects (reddit crosspost) ( www.reddit.com )
I posted this over /r/StallmanWasRight and I am not sure it would be taken well at /r/Rust so here we are. ...
CrabLang ( crablang.org )
A community fork of a language named after a plant fungus. All of the memory-safe features you love, now with 100% less bureaucracy!