No description
Find a file
ZJPzjp e2c8f40962
add more links of books, especially in Chinese version (#175)
* add more links of books, especially in Chinese version

* Add `:book/zh` command

* mv Chinese version links in book to book/zh

Co-authored-by: Folyd <lyshuhow@gmail.com>
2022-07-07 21:24:51 +08:00
.github/workflows Create codeql-analysis.yml 2022-04-20 23:20:48 +08:00
assets Add diagram image 2020-06-09 22:28:30 +08:00
core@057f688d6e Update core submodule 2022-05-30 10:58:32 +08:00
docs Update testimonials 2022-06-12 21:55:15 +08:00
extension add more links of books, especially in Chinese version (#175) 2022-07-07 21:24:51 +08:00
manage Fix crate manager async/await function calling (#158) 2022-05-29 18:33:28 +08:00
rust Filter out auto-generated google api crates. Fixes #138 2021-12-17 16:59:09 +08:00
scripts export RUST_BACKTRACE=full 2021-12-09 11:52:57 +08:00
tests Fix crate docs testings 2021-07-04 00:38:42 +08:00
.eslintignore Setup eslint (#153) 2022-05-12 22:17:08 +08:00
.eslintrc.js Setup eslint (#153) 2022-05-12 22:17:08 +08:00
.gitignore Use Rust and tera to build manage html pages 2021-07-10 14:11:12 +08:00
.gitmodules Change submodule protocol to https 2021-06-05 11:09:07 +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 Override the included assert target. 2021-08-07 09:21:12 +08:00
manifest.jsonnet Release v1.7.0 2022-06-05 23:49:36 +08:00
README-ZH.md Update README, format code 2022-06-06 10:50:52 +08:00
README.md Update README, format code 2022-06-06 10:50:52 +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 and rustc 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, show table of content)
  • Github rust-lang release page enhancements (show table of content)
  • docs.rust-lang.org enhancements (link all "since" and "issue" label)
  • Support import/export your local data

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

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

Miscellaneous

Thanks

Thanks for the sponsorship from these great companies.