No description
Find a file
2020-05-14 13:02:54 +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
core@834dfdd291 Update manifest.jsonnet file 2020-05-14 13:02:54 +08:00
docs Update the docs 2020-04-26 00:01:18 +08:00
extension Merge pull request #39 from shwin0901/master 2020-05-14 11:25:43 +08:00
rust Add cargo index build task to Makafile 2020-04-23 14:36:33 +08:00
scripts Transfer the repository to Huhu 2020-04-19 21:31:12 +08:00
tests Integrate core submodule 2020-05-13 23:52:43 +08:00
.gitignore Add rust search core submodule 2020-05-13 23:33:44 +08:00
.gitmodules Add rust search core submodule 2020-05-13 23:33:44 +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 Update manifest jsonnet and Makefile 2020-05-13 23:39:15 +08:00
manifest.jsonnet Update manifest.jsonnet file 2020-05-14 13:02:54 +08:00
now.json Remove branch gh-pages instead of push to branch now 2020-01-05 00:17:28 +08:00
README.md Refix stable command bug, bump search index to v1.43.0 2020-04-25 15:42:09 +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 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 crate's docs on docs.rs
  • Search Compiler Error Index with error code
  • Search Rust official book chapters
  • Search Cargo Clippy lints
  • Offline mode, search local Rust docs (rustup docs --std)
  • Builtin commands (:yet, :book, :stable, :book, :label 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