this post was submitted on 23 May 2025
56 points (96.7% liked)

Rust

7228 readers
75 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 7 comments
sorted by: hot top controversial new old
[–] _hovi_@lemmy.world 6 points 2 months ago (1 children)

Didn't know about rusty-man, that one's nice

[–] taladar@sh.itjust.works 8 points 2 months ago (1 children)

Also last updated in 2021 and won't build any more with cargo install for me.

[–] _hovi_@lemmy.world 4 points 2 months ago (2 children)

I've been having issues building stuff in general without RUSTONIG_DYNAMIC_LIBONIG=1 for some reason, but woththaton it built for me

[–] taladar@sh.itjust.works 4 points 2 months ago (1 children)

For me it was all the yanked versions of ahash that prevented it from building

[–] _hovi_@lemmy.world 4 points 2 months ago (1 children)

Does cargo install --locked rusty-man work?

[–] taladar@sh.itjust.works 4 points 2 months ago

It does with the environment variable mentioned elsewhere but it uses three yanked crates.

[–] _hovi_@lemmy.world 3 points 2 months ago

Might be nice to have an updated alternative though yeah