| ▲ | estebank 4 hours ago | |
> and I would really say this means something closer to 17% of the most popular Rust package versions are either unbuildable or have some weird quirks that make building them not work the way you expect No, what it means is that the source in crates.io doesn't match 1:1 with any commit sha in their project's repo. This is usually because some gitignored file ended up as part of the distributed package, or poor release practice. This doesn't mean that the project can't build, or that it is being exploited (but it is a signal to look closer). | ||