#Rustlang

2025-07-09

You’ll learn how `#[inline]`, LTO, and generics really behave during compilation, and how to make smarter choices to speed things up.

➡️ eurorust.eu/talks/how-rust-com

#RustLang #Compiler #BuildSystem

🧵2/3

2025-07-09

What is Oxidize and why should you attend this event? At the applied Rust conference (16-18 Sept) you'll gain invaluable insights into real-world applications of Rust, through engaging talks and hands-on workshops. Learn more about Oxidize: youtube.com/watch?v=6fQpyIIHjH @oxidize #RustLang

2025-07-09

Tonight I remembered that u128::checked_add_signed existed and it will save me so much thinking and testing tomorrow. Rust standard library FTW again! #rust #rustlang

2025-07-08

bors bors bors bors bors bors bors
bors bors bors bors bors bors bors
bors bors bors bors bors bors bors

2025-07-08

@jworthe went through some Rust parallelism and concurrency things: Arc, Mutex, rayon, async/await, tokio

nice examples, lively interactions, kool talk

hachyderm.io/@tshepang/1148113

#rustlang

2025-07-08

Got carried away with mazes and ended up adding them to my renderer. Each frame generates a new maze on all faces. Not sure where this is going, and as Picasso said: "To know what you are going to draw, you have to begin drawing." #rust #generativeArt #wgpu #maze #rustlang #creativeCoding #rendering #forma

Rust Bytesrustaceans
2025-07-08

Google open-sourced it's Cloud API Client Libraries for Rust 🦀

github.com/googleapis/google-c

Lixou 🏝️lixou@hachyderm.io
2025-07-08

I'm experiencing carcinisation but every #rustlang problem ends in me wanting specialization :neocat_googly_shocked:

I have just published the first version of Greaseweazle-rs, a Rust library for talking to a Greaseweazle. It provides finer-grained control than the standard CLI, but with the caveat that it's just a library, and you have to write the rest of the program!

codeberg.org/Rua/greaseweazle-

I've made this specifically so that others can build something neat on top of it, and with the needs of data preservation in mind. It will probably not become a super elaborate project, but bug reports and feature requests are very appreciated!

#RustLang #Greaseweazle #FloppyDisk #Preservation

2025-07-08

toml v0.9 and toml_edit v0.23 are now out!

epage.github.io/blog/2025/07/t

#rustlang

2025-07-08

I wish my past self had saved all those #rustlang memes I laughed at this previous year, I’d be using them tons right now at work

(Passive aggressive send me your rust memes plz)

Orhun Parmaksız 👾orhun@fosstodon.org
2025-07-08

This is why I commit every day 🧃

🍣 **ferriby** — Keep Ferris alive by contributing to a git repo

💯 Supports local and GitHub repositories.

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: github.com/dawedawe/ferriby

#rustlang #ratatui #tui #ferris #git #github #contribution #opensource #terminal #game

Terts Diepraamterts@mastodon.online
2025-07-08

The next version of #roto will be packing a really nice mix of new features and quality of life changes! And this is isn't even all of it! Do let us know if you tried Roto and ran into issues!

cc @nlnetlabs

#rustlang

Screenshot of open PRs on the Roto repository. The PRs include improvements to error messages, type annotations on let bindings, a negation operator, a question mark operator, while loops and some refinements to the public API.
Dekirisu 🦀dekirisu
2025-07-08

🧩 first track generator
🛣️ more track modules
🔮 re-style & re-sound
🐦 in 1440p: youtu.be/ca9O60szPTg

👀 join discord? discord.gg/G2RmYPmM6b

2025-07-08

After putting our Nameshed HSM code through its paces with SoftHSM and YubiHSM, it's time to venture a little deeper into the woods. github.com/NLnetLabs/nameshed- 🌛 #DNS #rustlang #DNSSEC

SafeNet Luna HSM Command Line Shell
2025-07-08

I've just discovered that the #Rust convention for unit testing module names is "tests" and not "test".
I've literally spent 5 years using "mod test" in all of my projects.

#rustlang

2025-07-08

Traits vs inheritance. Enums for massive arrays. Killing macro bloat. Smashing compile times. Turning nightmare queries into type-safe magic. If you’ve ever touched a legacy API, this talk’s for you.

➡️ eurorust.eu/talks/how-to-fit-a

#RustLang #LegacyCode #Codegen

🧵 2/3

Clément Robertneutrinoceros@ieji.de
2025-07-08

Maybe I just committed a sin as I redesigned my algorithm to intentionally use usize underflows, but man, that sweet sweet 2% speed up though…
#yolo
#softwaredevelopment
#rustlang
#thingsIMightRegretLater

Tim Abelltim_abell
2025-07-08

In the name of being all-in on , and to escape the increasingly slow build times I've converted my blog from jekyll/github-pages to zola/netlify

github.com/timabell/0x5.uk/com

Much better build & deploy times

12 second deploy on netlify
Guillaume Gomezimperio@toot.cat
2025-07-08

I implemented the int_format_into feature into the Rust core library.

It allows you to reuse a buffer when converting an integer into a string:

let mut buf = NumBuffer::new();
let string_repr = 12u32.format_into(&mut buf);

let other_string_repr = 128u32.format_into(&mut buf);

Nightly only for now, and I have some ideas on how to improve it, let's see where it will lead us. :)

PR: github.com/rust-lang/rust/pull

#rust #rustlang

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst