this post was submitted on 04 Nov 2025
25 points (100.0% liked)

Rust

7477 readers
5 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] FizzyOrange@programming.dev 6 points 3 days ago (1 children)

It's not actually incremental yet.

[–] Kissaki@programming.dev 2 points 3 days ago (1 children)

The plan is to eventually make it incremental, however that isn't yet implemented. It is however already pretty fast even without incremental linking.

Not stable yet, either:

The following is working with the caveat that there may be bugs:

[–] BB_C@programming.dev 2 points 3 days ago

I have been using it by default with cargo since just before 0.4, I think, and had zero problems.

The situation may have been different If I tried to use it with some non-Rust projects that need special support for some feature(s).

[–] Kissaki@programming.dev 2 points 3 days ago

That's wild

😏