Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] Rust cargo stable packages

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
Uptorn
Posts: 248
Joined: 2022-01-22 01:07
Has thanked: 212 times
Been thanked: 59 times

[Software] Rust cargo stable packages

#1 Post by Uptorn »

Rust with its cargo repository has been a point of frustration for me. Hardly any project that I attempt to compile is ever satisfied with the crates provided by Debian stable's cargo package. They all want some form of "nightly" or other bleeding edge dependency.

Does anybody actually use the stable cargo package? Or does everybody pretty much unanimously pull in rust dependencies directly from the rust project?

Maybe it's just because rust is still a historically recent language. My hope is that it will reach a level of maturity where individual rust written projects don't feel they need to track bleeding edge dependencies.

Post Reply