rustdoc-index
A tool to quickly find the relevant item from rustdoc.
Installation
$ cargo install rustdoc-index
It requires Rust 1.53 that is now avaible on stable.
Usage
With junegunn/fzf
|
Vim integration
denite source is available.
Installation
This is how to install using dein.
[[]]
= 'octaltree/rustdoc-index'
= 'make denite'
Usage
:Denite rustdoc-index
This is highly inspired by rhysd/rust-doc.vim. If you need the unite interface, please use that one.