mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-15 08:07:08 +00:00
No description
.github/workflows | ||
assets | ||
docs | ||
extension | ||
rust | ||
scripts | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
manifest.jsonnet | ||
now.json | ||
README.md |
Rust Search Extension
🦀 A handy browser extension to search crates and docs in the address bar (omnibox).
https://rust-search-extension.now.sh/
Installation
Features
- Search Primitive Types and Modules
- Search Structs, Traits and Enums
- Search Functions, Methods and Macros
- Search builtin attributes
- Search crates on https://crates.io
- Search Compiler Error Index with error code
- Offline mode, search local Rust docs (
rustup docs --std
) (Some limitation on Firefox, see Caveats) - Both Chrome and Firefox are supported
Usages
Input keyword rs in the address bar, press Tab
or Space
to activate the search bar. Then enter any word
you want to search, the extension will response the related search results instantly.