
2025-05-22 16:15:07
Don't Unwrap Options: There Are Better Ways #Rust
https://corrode.dev/blog/rust-option-handling-best-practices/
Don't Unwrap Options: There Are Better Ways #Rust
https://corrode.dev/blog/rust-option-handling-best-practices/
Async Rust: When to Use It and When to Avoid It
“Asynchronous” (often abbreviated as “async”) is a widely used term in computer science, but its meaning varies depending on the context. […]
🦀 https://fmoya.dev/posts/async-rust/
#Rust is mummy's new favorite, hm? 🤔
Ubuntu 25.10 Replaces sudo With a Rust-Based Equivalent
https://thenewstack.io/ubuntu-25-10-replaces-su…
Very cool read! A novel (to me and the author at least) approach to computing recurrence for iCalendar rules.
#RustLang #rust #calendar #RayMarching #SmallWeb
As we head into May Paolo has written up the current state of #rust in the #qemu code base: https://lists.gn…
Maximize Your #Rust Enums With Strum
https://www.youtube.com/watch?v=NoIqPYLpCFg
@rustaceans@mastodon.social Here's my take on the challenge from issue 62!
@… Didn't benchmark or anything, but the algo only goes over the list once to sort it (worst case `O(n * log(n))`) and then once to merge the ranges (`O(n)`).
Run on the playground: #RustLang #rust #algorithm #RustBytes
#OpenAI #Codex CLI Goes Native with #Rust Rewrite 🚀
⚡ Rewritten from #TypeScript to
It's release time for lintspec!
This new iteration brings a new experimental parser which increases the overall performance by 2-3x and a bunch of minor fixes, especially around the highlighted source code spans in the diagnostics.
#rust #RustLang #FOSS #solidity #benchmarking