Open
Description
Currently cargo search
produces very noisy output with a lot of irrelevant results. It would be nice to add options to control where to search: crate names only (strict), keywords, description (most relaxed).
Current situation: cargo search python
gives:
https://crates.io/crates/yamlate
https://crates.io/crates/autojump
https://crates.io/crates/strfmt
Where is any "Python" word in these crates - I do not know.