No description
Find a file
2020-02-06 23:02:44 +08:00
.github/workflows Fix workflow error 2020-01-17 12:35:49 +08:00
assets Add demonstration gif 2018-11-28 20:32:45 +08:00
docs Update index page and caveats 2020-02-06 17:54:43 +08:00
extension Use appendResult() method to render result 2020-02-06 23:02:44 +08:00
rust Add minify letters 2020-01-13 19:27:39 +08:00
scripts Add rust attributes search js files 2020-02-03 16:17:39 +08:00
.gitignore Using jsonnet to generate Chrome/Firefox manifest json 2020-01-16 20:30:14 +08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2018-11-26 23:32:18 +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
manifest.jsonnet Bump to version 0.7 2020-02-04 11:19:08 +08:00
now.json Remove branch gh-pages instead of push to branch now 2020-01-05 00:17:28 +08:00
README.md Update README.md 2020-02-03 16:39:59 +08:00

Rust Search Extension

Chrome Web Store Mozilla Add-on rust-doc license-mit license-apache Build Status

🦀 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.

demonstration.gif

Features overview

How it works

Release history

Caveats