15
New features on lib.rs
(users.rust-lang.org)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Neat! And for anyone not familiar Lib.rs is ~~a package repository, described as~~ an alternative [frontend] to Crates.io.
Actually, it's not a package repository (it doesn't store crates), it's "just" a website to display metadata from crates published on crates.io. It also shows certain information from docs.rs, GitHub, rustsec.org, etc, and has many useful features that the crates.io website lacks, including a pretty good full-text search.
It's also quite opinated (which I consider a good thing) so that what the author of lib.rs considers relevant crates are shown first.