Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2025-06-02 16:15:04

Why Use Structured #Errors in #Rust Applications?
home.expurple.me/posts/why-use

@stsquad@mastodon.org.uk
2025-05-02 15:25:43

As we head into May Paolo has written up the current state of #rust in the #qemu code base: lists.gn…

@frankel@mastodon.top
2025-06-01 17:33:29

#Rust offers different ways to initialize compile time-initialized variables. Recently, I had to create a runtime-initialized variable: existing approaches don’t work in this case. I want to describe multiple ways to achieve it in this post.

@frankel@mastodon.top
2025-05-22 16:15:07

Don't Unwrap Options: There Are Better Ways #Rust
corrode.dev/blog/rust-option-h

@beeb@hachyderm.io
2025-04-14 06:16:06

@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

@beeb@hachyderm.io
2025-04-23 09:28:25

Very cool read! A novel (to me and the author at least) approach to computing recurrence for iCalendar rules.
#RustLang #rust #calendar #RayMarching #SmallWeb