mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
No description
.github/workflows | ||
assets | ||
core@f0ebe19a57 | ||
docs | ||
extension | ||
rust | ||
scripts | ||
tests | ||
.gitignore | ||
.gitmodules | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
Makefile | ||
manifest.jsonnet | ||
now.json | ||
README.md |
Rust Search Extension
The ultimate search extension for Rust
Search 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 crate's docs on docs.rs
- Search Compiler Error Index with error code
- Search Rust official book chapters
- Search Cargo Clippy lints
- Offline mode, search local Rust docs (
rustup docs --std
) - Builtin commands (
:yet
,:book
,:stable
,:book
,:label
and:history
etc) - Docs.rs enhancement (display Feature flags)
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.