this post was submitted on 16 Mar 2024
20 points (91.7% liked)
Rust Programming
8140 readers
60 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This hits the nail on the head.
Some crates, especially things like data structures, are just "finished" at some point.
Then again, if those kinds of crates have deps, the deps should be updated semi regularly.
Its good to use cargo-audit to find indirect security/safety issues.