No description
Find a file
Folyd 14d71b9740
Merge pull request #63 from shwin0901/master
Optimize the official website button style
2020-06-03 17:16:26 +08:00
.github/workflows Fix extension workflows checkout with submodules 2020-06-02 22:10:43 +08:00
assets Compress image size 2020-02-26 16:59:07 +08:00
core@9a76e738b9 Update changelog 2020-06-02 12:11:51 +08:00
docs Optimize the official website button style 2020-06-03 17:11:24 +08:00
extension Refix calendar heat map month overlap bug 2020-06-01 22:44:47 +08:00
rust Trim and replace \n for each crate description 2020-05-30 18:41:27 +08:00
scripts Transfer the repository to Huhu 2020-04-19 21:31:12 +08:00
tests Move omnibox testings to core submodule 2020-05-14 13:35:32 +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 Add chrome and firefox Makefile task 2020-05-29 23:09:43 +08:00
manifest.jsonnet Add commands 2020-05-18 22:21: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 README.md 2020-05-29 23:55:56 +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 Discord

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 codes
  • 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, :tool 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

Contribution

$ git clone --recursive https://github.com/huhu/rust-search-extension
Cloning into 'rust-search-extension'...
$ cd rust-search-extension

$ make chrome # For Chrome/Edge version

$ make firefox # For Firefox version

Get involved

Miscellaneous

Thanks

Thanks for the sponsorship from these great companies.