No description
Find a file
2020-04-19 21:31:12 +08:00
.github/workflows Separate chromium and firefox action workflow files 2020-04-11 00:03:03 +08:00
assets Compress image size 2020-02-26 16:59:07 +08:00
docs Transfer the repository to Huhu 2020-04-19 21:31:12 +08:00
extension Transfer the repository to Huhu 2020-04-19 21:31:12 +08:00
rust Clean labels-index code 2020-03-26 10:50:08 +08:00
scripts Transfer the repository to Huhu 2020-04-19 21:31:12 +08:00
tests Testing parseCargoFeatures function 2020-04-14 19:53:36 +08:00
.gitignore Using jsonnet to generate Chrome/Firefox manifest json 2020-01-16 20:30:14 +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 Add manifest file 2020-03-01 17:51:01 +08:00
manifest.jsonnet Improve inject script name conventions 2020-04-17 18:50:18 +08:00
now.json Remove branch gh-pages instead of push to branch now 2020-01-05 00:17:28 +08:00
README.md Transfer the repository to Huhu 2020-04-19 21:31:12 +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 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)
  • Builtin commands (:yet, :book, :stable, :book 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.

demonstration.gif

Features overview

How it works

Changelog

FAQ