No description
Find a file
2020-03-05 23:33:32 +08:00
.github/workflows Update to the latest crates index 2020-03-02 19:58:27 +08:00
assets Compress image size 2020-02-26 16:59:07 +08:00
docs Add privacy policy 2020-03-05 16:54:30 +08:00
extension Add clippy lints search 2020-03-05 23:33:32 +08:00
rust Add clippy lints search 2020-03-05 23:33:32 +08:00
scripts Fix crates-index workflow 2020-02-27 21:40:37 +08:00
tests Add omnibox.spec.js 2020-02-25 10:35:46 +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
Makefile Add manifest file 2020-03-01 17:51:01 +08:00
manifest.jsonnet Add clippy lints search 2020-03-05 23:33:32 +08:00
now.json Remove branch gh-pages instead of push to branch now 2020-01-05 00:17:28 +08:00
README.md Add remind for crate search 2020-02-26 18:13:21 +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, 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) (Some limitation on Firefox, see Caveats)
  • A handy set of builtin commands
  • Docs.rs enhancement (display Feature flags)
  • 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