Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 481 Bytes

README.org

File metadata and controls

19 lines (17 loc) · 481 Bytes

Rust docs

Features

  • [X] Convert docs.rs pages to org format
    • [X] Source Code
    • [X] Links
    • [X] Tables
  • [X] Completing read Cargo.toml dependencies (works for the workspaces as well)
  • [ ] Work locally with cargo doc
  • [ ] Search through documentation

Installation

Using default package.el starting from GNU Emacs 29.1

(use-package
 make-project
 :vc (:url "https://github.com/scipunch/rust-docs"))