No description
Find a file
2020-02-24 20:50:52 +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 Fix new zola toc compatibility issue 2020-02-24 20:50:52 +08:00
extension Escape book page title 2020-02-24 14:18:03 +08:00
rust Minifier letter change to prefix and suffix combination 2020-02-24 00:30:04 +08:00
scripts Update deminify.js regex 2020-02-24 00:47:30 +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 Add basic book search feature 2020-02-17 11:54:27 +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 websites and README for version 0.8 2020-02-24 17:01:04 +08:00

Rust Search Extension

The ultimate search extension for Rust

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

Search std docs, top 20K crates, builtin attributes, official books, 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) (Some limitation on Firefox, see Caveats)
  • A handy set of builtin commands
  • 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

Changelog

Caveats