Show feature name that allows to use given docs entry
Add support for the HTML tables
It’s handy to bindq
key to quit doc window.
But this bind starts working in all org-mode
buffers.
- [X] Add custom enum variable
rust-docs-source
to choose priority between docs.rs and local docs. There should be symbol valuesweb
andlocal
. - [ ] Write function to generate docs with
cargo doc
if they wasn’t found - [X] Abstract part of the rust-docs–search-crate to fetch from the local
target/doc
directory ifrust-docs-source
equals tolocal
. - [X] Abstract part of the rust-docs-search-entry to fetch from the local
taget/doc/crate
directory ifrust-docs-source
equals tolocal
.
Check if href
atribute is a path or a url