Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
R

rust-search-extension

> 编程语言
Open source

The ultimate search extension for Rust

1.3K stars0 likes2 views
WebsiteGitHub

About

The ultimate search extension for Rust

Rust Search Extension

简体中文

The ultimate search extension for Rust

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

https://rust.extension.sh/

Query.rs is the next generation search engine for Rust: https://query.rs

Installation

  • Chrome Web Store

  • Firefox

  • Microsoft Edge

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.

Contribution

jsonnet is required before getting started. To install jsonnet, please check jsonnet's README.

# install jsonnet

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

$ npm install -g esbuild web-ext

$ make chrome # For Chrome version

$ make firefox # For Firefox version

$ make edge # For Edge version

Build Instructions

To build packages for different browsers, use the make pack command followed by the target browser name.

Syntax

make pack chrome

make pack firefox

make pack edge

Get involved

You can contact us on Discord Channel: https://discord.gg/xucZNVd

Miscellaneous

  • Changelog
  • FAQ

Thanks

Thanks for the sponsorship from these great companies.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

JavaScriptchrome-extensioncratesfirefox-extensionmicrosoft-edge-extension

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言