rust-search-extension
rust-search-extension copied to clipboard
Support search docs via path
For example, input parking_lot::lock_api::RwLockWriteGuard
in the address bar, would redirect to https://docs.rs/parking_lot/latest/parking_lot/index.html?search=RwLockWriteGuard.
This is already implemented with with the @
search. Searching for @parking_lot RwLockWriteGuard
redirects to https://docs.rs/parking_lot/latest/parking_lot/?search=RwLockWriteGuard