Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egregius313/ol-rustdoc
https://github.com/egregius313/ol-rustdoc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/egregius313/ol-rustdoc
- Owner: egregius313
- License: gpl-3.0
- Created: 2022-04-18T23:48:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T18:14:14.000Z (about 1 year ago)
- Last Synced: 2023-12-08T19:34:44.903Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: ~ol-rustdoc~ -- Basic support for Rust docs in Orgmode
#+AUTHOR: Edward Minnix IIIProvides 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~.