Tootfinder

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

@niklaskorz@rheinneckar.social
2025-08-19 14:34:21

Finally got the time to properly try out #Bevy and the website examples are perfectly sized for learning. I actually prefer them over tutorials I think.
#RustLang #BevyEngine

@chrysn@chaos.social
2025-07-17 15:23:45

Updating the std-embedded-nal-async #RustLang crate, I found it funny how nice it is to work with the smol crate developed by @… & co. It has all the right tools one might be used to from tokio, but is neatly split up into runtime dependent parts and runtime independe…

@mgorny@social.treehouse.systems
2025-08-10 19:07:00

#RustLang is great and rock solid. That's why when you build the Rust compiler against LLVM with assertions enabled, it crashes on unmet assertions.

@mgorny@pol.social
2025-08-10 19:06:59

#RustLang jest wspaniały i stabilny. Dlatego jak się zbuduje kompilator na LLVM, które ma załączone asercje, to się wykrzacza na niespełnionych.

@beeb@hachyderm.io
2025-06-11 11:57:45

How to spot the #RustLang fanatic (me) inside of the #solidity codebase. Newtypes, newtypes everywhere!

@chrysn@chaos.social
2025-07-15 15:16:26

We're launching the embedded-cal project: Providing access to hardware accelerated and formally proven cryptographic algorithms on #embedded systems in #RustLang. For this, I'm teaming up with @…

@kubikpixel@chaos.social
2025-07-03 20:15:05

I was asked if I could send a screenshot of my Rust learning project to possibly help to be installed. A server that deals with binary encryption, among other things, is not so simply clear to see 😅🤷‍♂️
(This is now in the INFO login, it's just for showing the request as a demo and doesn't make sense)
#rust

Terminal with loggin full of base64 and bytes but no clear text
@mgorny@social.treehouse.systems
2025-06-29 14:41:03

#RustLang in #Gentoo brings you a new meme: "it's always [patch.crates-io]".

@mgorny@pol.social
2025-06-29 14:41:02

#RustLang w #Gentoo przynosi nowe memy: "zawsze winne jest [patch.crates-io]".

@mgorny@pol.social
2025-07-29 11:46:17

Kiedy piszesz bibliotekę w #RustLang, bo chcesz bezpiecznego kodu, a zamiast tego dostajesz jakiś paskudny #heisenbug z przekłamaniem danych.

@mgorny@social.treehouse.systems
2025-07-29 11:43:40

When you use #RustLang to write safe code, but what you get is a data corruption #heisenbug instead.
#Gentoo #Python

@beeb@hachyderm.io
2025-06-04 12:42:46

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