mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
No description
.github/workflows | ||
assets | ||
docs | ||
extension | ||
rust | ||
scripts | ||
tests | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
Makefile | ||
manifest.jsonnet | ||
now.json | ||
README.md |
Rust Search Extension
The ultimate search extension for Rust
Search std docs, crates, builtin attributes, official books, and error codes, etc in your address bar instantly.
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
- Search Rust official book chapters
- Offline mode, search local Rust docs (
rustup docs --std
) - Builtin commands (
:yet
,:book
,:stable
,:book
and:history
etc) - Docs.rs enhancement (display Feature flags)
- Both Chrome and Firefox are supported
How to use it
Input keyword rs in the address bar, press Space
to activate the search bar. Then enter any word
you want to search, the extension will response the related search results instantly.