rust-lang / crates.io

The Rust package registry
https://crates.io
Apache License 2.0
3.01k stars 603 forks source link

Ignoring crates with specific terms #1203

Open WaDelma opened 6 years ago

WaDelma commented 6 years ago

I wanted to search for crates that provide asynchronous IO so I was looking at the Asynchronous category. The top results there are all tokio crates (expect raw mio). Ans because I wanted to see other options I have I tried to add search term -tokio to see them, which doesn't work

So I would like to have way to filter out crates with specific search terms.

erlend-sh commented 5 years ago

http://arewegameyet.com/ also needs this feature to better create targeted lists for the Rust gamedev ecosystem.