You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalise keywords to lowercase when searching for crates.
Currently keyword search is case-sensitive, but this is often unhelpful,
as they are heuristic classification tools, not hard guarantees. It's
not particularly helpful to search for
["fft"](https://crates.io/keywords/fft) and not get the crates tagged
["FFT"](https://crates.io/keywords/FFT).
Closes#100.
0 commit comments