rust-search-extension/README.md
2020-04-19 21:31:12 +08:00

2.3 KiB

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 std 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 Compiler Error Index with error code
  • Search Rust official book chapters
  • Offline mode, search local Rust docs (rustup docs --std)
  • Builtin commands (:yet, :book, :stable, :book 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