Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egregius313/ol-rustdoc


https://github.com/egregius313/ol-rustdoc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

#+title: ~ol-rustdoc~ -- Basic support for Rust docs in Orgmode
#+AUTHOR: Edward Minnix III

Provides the ~rustdoc:~ hyperlink prefix. Syntax is the fully qualified Rust
path, followed by a suffix for what language construct it is (e.g. ~#enum~ to
specify it is an enum).

E.g. ~rustdoc:std::cmp::Ord#trait~ will redirect to the documentation for the
~Ord~ trait in ~std::cmp~.