No description
Find a file
2021-01-05 00:27:36 +08:00
.github/workflows Fix build index workflow error 2020-12-04 22:19:14 +08:00
assets Add diagram image 2020-06-09 22:28:30 +08:00
core@af57ac5f06 Update core and theme submodule 2020-11-09 15:14:01 +08:00
docs Update v1.1 docs website 2021-01-05 00:27:36 +08:00
extension Update std docs search index to v1.49 2021-01-04 23:49:12 +08:00
rust Remove rust blog url task 2020-12-20 13:07:50 +08:00
scripts Remove rust blog url task 2020-12-20 13:07:50 +08:00
tests Remove redundant async modifier for parseCargoFeatures() function 2020-11-22 14:00:53 +08:00
.gitignore Change extension/core to symbolic link 2020-07-01 22:57:25 +08:00
.gitmodules Change to juice theme 2020-07-25 23:44:21 +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 Include extension.mk from core submodule 2020-06-06 22:17:10 +08:00
manifest.jsonnet Link source page's issue and since label 2020-12-20 00:27:14 +08:00
README-ZH.md Add safari support faq statement 2020-12-23 20:32:40 +08:00
README.md Add v1.1 changelog 2020-12-23 23:27:46 +08:00
vercel.json Update changelog v0.11 2020-08-24 10:29:03 +08:00

Rust Search Extension

简体中文

The ultimate search extension for Rust

Chrome Web Store Mozilla Add-on Microsoft Edge license-mit license-apache Discord

Search docs, crates, builtin attributes, official books, and error codes, etc in your address bar instantly.

https://rust.extension.sh/

Installation

Features

  • Search Primitive Types and Modules
  • Search Structs, Traits and Enums
  • Search Functions, Methods and Macros
  • Search builtin attributes
  • Search nightly docs
  • Search crates on https://crates.io or https://lib.rs
  • Search any third-party crate's docs
  • Search Compiler Error Index with error codes
  • Search Rust official book chapters
  • Search Cargo Clippy lints
  • Search Caniuse.rs and RFC
  • Offline mode supported, search local Rust docs (rustup docs --std)
  • Builtin commands (:yet, :book, :stable, :label, :tool, :mirror, :update and :history etc)
  • Docs.rs enhancements (display Feature flags)
  • Github rust-lang release page enhancements (show table of content)
  • docs.rust-lang.org enhancements

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

Diagram

diagram

Contribution

jsonnet is required before getting started. To install jsonnet, please check jsonnet's README. For Linux users, the snap is a good choice to install jsonnet.

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

$ make chrome # For Chrome version

$ make firefox # For Firefox version

$ make edge # For Edge version

Get involved

  • You can contact us on Discord Channel: https://discord.gg/xucZNVd
  • Or by adding the Wechat ID: huhu_io, we'll invite you to our Wechat group.

Miscellaneous

Thanks

Thanks for the sponsorship from these great companies.