Skip to content

๐Ÿฆ€ The ultimate search extension for Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

tmcarr/rust-search-extension

This branch is 442 commits behind huhu/rust-search-extension:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9b4d6aa ยท Apr 2, 2021
Mar 27, 2021
Jun 9, 2020
Mar 3, 2021
Apr 2, 2021
Mar 26, 2021
Mar 30, 2021
Feb 6, 2021
Jan 28, 2021
Jul 1, 2020
Jul 25, 2020
Apr 19, 2020
Nov 26, 2018
Nov 26, 2018
Jun 6, 2020
Mar 21, 2021
Mar 21, 2021
Mar 26, 2021
Aug 24, 2020

Repository files navigation

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)
  • Github rust-lang release page enhancements (show table of content)
  • docs.rust-lang.org enhancements (link all "since" and "issue" label)

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.

About

๐Ÿฆ€ The ultimate search extension for Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.7%
  • Rust 13.7%
  • HTML 6.4%
  • CSS 3.6%
  • Jsonnet 1.7%
  • Shell 0.9%