Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.3 KB

agenda.org

File metadata and controls

22 lines (18 loc) · 1.3 KB

Rust Docs Agenda

Tasks

Required features label

Show feature name that allows to use given docs entry

HTML table to org table

Add support for the HTML tables

COMPLETED Introduce special mode for the docs

It’s handy to bind q key to quit doc window. But this bind starts working in all org-mode buffers.

Add support for the locally generated docs [3/4]

  • [X] Add custom enum variable rust-docs-source to choose priority between docs.rs and local docs. There should be symbol values web and local.
  • [ ] 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 if rust-docs-source equals to local.
  • [X] Abstract part of the rust-docs-search-entry to fetch from the local taget/doc/crate directory if rust-docs-source equals to local.

Add suport for absolute urls in doc links

Check if href atribute is a path or a url