No description
Find a file
2020-08-28 10:20:10 +08:00
.github/workflows Change some workflow action change to workflow_dispatch type 2020-08-06 11:36:48 +08:00
assets Add diagram image 2020-06-09 22:28:30 +08:00
core@1ed72bf002 Move toast to core submodule 2020-08-27 18:51:15 +08:00
docs Bump search index to v1.46.0, release v0.11 2020-08-28 10:20:10 +08:00
extension Bump search index to v1.46.0, release v0.11 2020-08-28 10:20:10 +08:00
rust Index Rustc development guide book failed, remove the book 2020-08-06 12:31:03 +08:00
scripts Update the latest attribute index 2020-08-28 09:58:44 +08:00
tests Move omnibox testings to core submodule 2020-05-14 13:35:32 +08:00
.gitignore Change extension/core to symbolic link 2020-07-01 22:57:25 +08:00
.gitmodules Change to juice theme 2020-07-25 23:44:21 +08:00
CONTRIBUTING.md Transfer the repository to Huhu 2020-04-19 21:31:12 +08:00
LICENSE-APACHE Create LICENSE-APACHE 2018-11-26 23:28:54 +08:00
LICENSE-MIT Create LICENSE-MIT 2018-11-26 23:29:52 +08:00
Makefile Include extension.mk from core submodule 2020-06-06 22:17:10 +08:00
manifest.jsonnet Add nightly search index 2020-08-21 11:27:48 +08:00
README.md Bump search index to v1.46.0, release v0.11 2020-08-28 10:20:10 +08:00
vercel.json Update changelog v0.11 2020-08-24 10:29:03 +08:00

Rust Search Extension

The ultimate search extension for Rust

Chrome Web Store Mozilla Add-on Microsoft Edge rust-doc license-mit license-apache Discord

Search docs, crates, builtin attributes, official books, and error codes, etc in your address bar instantly.

https://rust.extension.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 or https://lib.rs
  • Search crate's docs on docs.rs
  • Search Compiler Error Index with error codes
  • Search Rust official book chapters
  • Search Cargo Clippy lints
  • Search nightly docs
  • Offline mode, search local Rust docs (rustup docs --std)
  • Builtin commands (:yet, :book, :stable, :book, :label, :tool, :mirror and :history etc)
  • Docs.rs enhancements (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.

demonstration.gif

Diagram

diagram

Contribution

$ git clone --recursive https://github.com/huhu/rust-search-extension
Cloning into 'rust-search-extension'...
$ cd rust-search-extension

$ make chrome # For Chrome version

$ make firefox # For Firefox version

$ make edge # For Edge version

Get involved

Miscellaneous

Thanks

Thanks for the sponsorship from these great companies.