Search on Rust's Standard Documentation using !rust on Chrome's Omnibox.
- Clone the repository
$ git clone https://github.com/derivia/stdsearch
- Load unpacked extension on Chrome Extensions
Make sure to enable Developer options
- Type
!rust
on the search bar, pressspace
|tab
and choose betweenstd
orcrate
, them enter what you want to search. - The
std
option expects a search parameter for the rust-lang documentation. - The
crate
option expects a crate name, and, optionally, a search parameter for the crate on docs.rs