imperio's Avatar

imperio

@imperioworld

Member of a few teams of the Rust project, Gnome foundation member, co-owner of the Gtk-rs organization and of the askama-rs organization Mastodon: https://toot.cat/@imperio

225
Followers
48
Following
329
Posts
17.11.2024
Joined
Posts Following

Latest posts by imperio @imperioworld

Ce serait bien d'utiliser le compte mastodon aussi. C'est bien mastodon. :')

07.03.2026 21:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

A warm welcome to stockly.ai as a sponsor of Rust in Paris 2026 πŸ¦€πŸš€

Stockly is helping reshape e-commerce by connecting inventories across retailers, and their commitment to Rust makes them a natural fit for our event.

Thank you, Stockly, for being part of the journey. πŸ™Œ
#rust #community

06.03.2026 12:07 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

Next Paris rust meetup will on the 26th of March in collaboration with the Rust in Paris conference (rustinparis.com) and will be hosted by amo!

You can register here: www.meetup.com/rust-paris/e...

See you there!

05.03.2026 14:33 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

PS: I know the current "lock" on the `objc2-*` dependencies is an issue. I plan to make a major release to release this constraint at some point (yeay minor semver releases which remove old(er) systems support...).

2/2

03.03.2026 14:08 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
crates.io: Rust Package Registry

Released the 0.38.3 version of the `sysinfo` Rust crate which allows you to query systems information.

This release improved the accuracy of system memory information on macOS.

crates.io/crates/sysinfo

1/2

03.03.2026 14:08 πŸ‘ 10 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

The Rust in Paris 2026 conference is in exactly one month!

We have an amazing lineup of speakers which can you see here: www.rustinparis.com/schedule

You can buy your ticket here: ti.to/xperhub/rust...

See you there!

27.02.2026 12:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Rust meetup #83, Wed, Mar 4, 2026, 6:30 PM | Meetup (English version below) Ce Rust meetup Paris sera co-hébergé par Shipfox et Scaleway. L'adresse complète est : Scaleway 11bis Rue Roquépine 75008 Paris Les rustacées de

The february rust in paris meetup will be on the 4th of March (also called the 32nd of february)!

You can register here: www.meetup.com/rust-paris/e...

24.02.2026 10:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Add new `disallowed_fields` lint by GuillaumeGomez Β· Pull Request #16218 Β· rust-lang/rust-clippy Fixes #9278. This is something that we need for cg_gcc (cc @antoyo). It's almost the same as #6674 (which I used as base). changelog: Add new disallowed_fields lint r? @samueltardieu

Added a new `disallowed_fields` Rust clippy lint: it allows you to configure some fields (on structs and enums) you want to forbid to be used in your codebase.

Enjoy!

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

23.02.2026 12:23 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
rustc_codegen_gcc: Progress Report #40 Antoyo's Personal Blog

New Rust GCC backend report is out: blog.antoyo.xyz/rustc_codege...

23.02.2026 10:16 πŸ‘ 8 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

The full schedule for the Rust in Paris 2026 conference is now live! You can take a look here: www.rustinparis.com/schedule

To buy your ticket: ti.to/xperhub/rust...

See you there!

17.02.2026 09:50 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

Last Rust in Paris speaker is Jana.

Her talk is "Playing Hot Potato with the Panic Handler". It's about some recent and future changes in the Rust compiler, and a new feature called "externally implementable items".

www.rustinparis.com

To buy your ticket: ti.to/xperhub/rust...

See you there!

16.02.2026 10:32 πŸ‘ 8 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

Next Rust in Paris speaker is, well, me.

I will talk about the GCC backend and some optimizations we perform before we even send the code to the backends. There might be some assembly slides. :3

www.rustinparis.com

To buy your ticket: ti.to/xperhub/rust...

See you there!

13.02.2026 16:45 πŸ‘ 11 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

Next Rust in Paris speaker is Alejandra GonzΓ‘lez member of the Rust clippy team.

Their talk will be: "How I sliced the Clippy runtime in half", so be ready for some performance insight!

www.rustinparis.com

To buy your ticket: ti.to/xperhub/rust...

See you there!

12.02.2026 13:48 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Correctly check if a macro call is actually a macro call in rustdoc highlighter by GuillaumeGomez Β· Pull Request #152394 Β· rust-lang/rust Fixes #151904. Issues was that if there was a ! following an ident, we would always assume it's a macro call... except it's very lacking. I'm actually surprised it went for so long unno...

Fixed a bug in rustdoc highlighting where too many things were considered a macro call.

Fixed in github.com/rust-lang/ru....

12.02.2026 10:13 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

Next Rust in Paris speaker is Oli, member of the Rust compiler team and of a few others.

Their talk will be: "Maintaining Rust", made voluntarily vague. :)

www.rustinparis.com

To buy your ticket: ti.to/xperhub/rust...

See you there!

11.02.2026 16:27 πŸ‘ 11 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!

11.02.2026 10:24 πŸ‘ 67 πŸ” 40 πŸ’¬ 6 πŸ“Œ 2
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

Next Rust in Paris speaker is @wffl.ihatereality.space, member of the Rust compiler team.

Their talk will be: "Little rust delights" where they will talk about some nice but lesser known tricks and tips in Rust.

www.rustinparis.com

To buy your ticket: ti.to/xperhub/rust...

See you there!

10.02.2026 13:18 πŸ‘ 20 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

Next Rust in Paris speaker is Bertrand Darbon, a Senior Rust Engineer at Hyli.

Their talk will be: "One bus to message them all: async rust for modular monoliths".

www.rustinparis.com

To buy your ticket: ti.to/xperhub/rust...

See you there!

09.02.2026 13:43 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The web version works well (if you can find it :3)

07.02.2026 16:07 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Add Urgau to the rustdoc team by GuillaumeGomez Β· Pull Request #2243 Β· rust-lang/team Welcome to the team @Urgau! cc @rust-lang/rustdoc

Urgau just joined the rustdoc team! They've been doing a lot of cross-work between rustc and rustdoc, allowing to unlock a lot of things. Welcome onboard!

github.com/rust-lang/te...

06.02.2026 20:13 πŸ‘ 30 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

Next Rust in Paris speaker is Christoph LΓΌrig, a professor of game programming at the University of Applied Sciences in Trier.

Their talk will be: "AAA Multiplayer Patterns Meet Rust, Tokio, and WebAssembly".

www.rustinparis.com

To buy your ticket: ti.to/xperhub/rust...

See you there!

06.02.2026 13:34 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Rust In Paris 2026 - Conference - IRL & Online Rust In Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust. Whether you're a seasoned Rustacean or just starting your journ...

Next Rust in Paris 2026 speaker is Brendan Abolivier, working on Thunderbird at MZLA.

Their talk will be "Implementing an async operation queue in Rust for Thunderbird".

To buy your ticket: ti.to/xperhub/rust...

rustinparis.com

See you there!

05.02.2026 14:57 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Rust In Paris 2026 - Conference - IRL & Online Rust In Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust. Whether you're a seasoned Rustacean or just starting your journ...

Time to present the Rust in Paris 2026 speakers and their talks!

First: Simon Sapin who started using Rust back in 0.5 (!!). Talk title is "Building a CPU from scratch with NAND gates".

See you there!

To buy your tickets: ti.to/xperhub/rust...

04.02.2026 15:33 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Add new `byte_value` and `char_value` methods to `proc_macro::Literal` by GuillaumeGomez Β· Pull Request #151543 Β· rust-lang/rust Part of #136652. It adds two more methods to get unescaped u8 and char from proc_macro::Literal. r? @Amanieu

Added two new methods on `proc_macro::Literal`: `byte_value` and `char_value`. It allows to get the actual value without having to parse it yourself.

Enjoy!

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

03.02.2026 15:22 πŸ‘ 6 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Why not linking to the constant?

03.02.2026 14:24 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Rust In Paris 2026 Rust in Paris is a community conference for developers passionate about building secure, concurrent, high-performing software with Rust.

We published list of speakers for the Rust in Paris 2026 conference. You can see it here: www.rustinparis.com/speakers

To buy your ticket: ti.to/xperhub/rust...

See you there!

02.02.2026 13:50 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Le plus flippant dans tout Γ§a c'est que des gens qui ont fait des Γ©tudes en biologie/mΓ©decine sont parmi les opposants aux vaccins. Je comprends pas la logique et je trouve Γ§a vraiment flippant.

29.01.2026 16:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Introduction - Askama

Finally: we now have askama.rs domain name and in particular play.askama.rs. Don't hesitate to give them a try! :)

2/2

29.01.2026 16:17 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Releases Β· askama-rs/askama A template rendering engine based on Jinja, generating type-safe Rust code at compile time. - askama-rs/askama

We made quite a lot of bugfixes for `askama`. We just released the `0.15.4` which should have fixed most issues encountered since the new `0.15` was released.

Technical details in release notes: github.com/askama-rs/as...

1/2

29.01.2026 16:17 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Si on leur explique que si on arrΓͺte de soigner une partie de la population, les maladies se propagent au reste, Γ§a les fera d'avis n'est-ce pas ? (j'espΓ¨re que oui mais avec les mΓ©dias qui rΓ©pΓ¨tent Γ  longueur de journΓ©e que les problΓ¨mes c'est X ou Y minoritΓ©, c'est peine perdue...)

29.01.2026 16:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0