Firefox Shortcuts for Rustaceans

I recently found out about Firefox's advanced bookmarks feature, and quickly found a way to use them to speed up my workflow. I made bookmarks to search the Rust standard library, the crates.io registry, and the crate documentation aggregate docs.rs.

Here is a short demo:

GIF demoing the bookmark shortcuts.

Here are the three bookmarks that I made in Firefox:

std lib search bookmark
crates search bookmark
docs search bookmark

Here is the text for each bookmark for easy copy-paste:

STD

https://doc.rust-lang.org/std/?search=%s

crates.io

https://crates.io/search?q=%s

docs.rs

https://docs.rs/releases/search?query=%s&i-am-feeling-lucky=1

N.B., remove the &i-am-feeling-lucky=1 to get normal searching.

I hope this was helpful!