
2025-06-02 16:15:04
As we head into May Paolo has written up the current state of #rust in the #qemu code base: https://lists.gn…
Don't Unwrap Options: There Are Better Ways #Rust
https://corrode.dev/blog/rust-option-handling-best-practices/
@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
Very cool read! A novel (to me and the author at least) approach to computing recurrence for iCalendar rules.
#RustLang #rust #calendar #RayMarching #SmallWeb