Add Rust generators

Oleg Shparber 2018-04-15 17:54:32 +03:00
parent bd6621d5a1
commit ba9550c5d3

@ -18,6 +18,7 @@
## Docset Generators
* [technosophos/dashing](https://github.com/technosophos/dashing) - a general purpose tool for starting with some HTML documentation and generating Dash documentation. Written in Go.
* [hobofan/rsdocs-dashing](https://github.com/hobofan/rsdocs-dashing) - plugin for Rust.
* [brynbellomy/dash-docset-generator](https://github.com/brynbellomy/dash-docset-generator) - Node.js command line tool that generates Dash docsets from HTML, JSON, YAML, etc.
* [otsaloma/docsets](https://github.com/otsaloma/docsets) - a set of scripts to generate docsets for Bash, CSS, DOS, Emacs-Lisp, GDK, GLib, GObject, GTK+, Gio, HTML, JavaScript, LaTeX, Leaflet, Make, Pango, Python, QML, Silica, and jQuery.
* [jberkel/wiktionary-dash-docset](https://bitbucket.org/jberkel/wiktionary-dash-docset) - a small Python script to generate a Wiktionary docset (modules + templates).
@ -27,6 +28,8 @@
* [dash-haskell](https://github.com/jfeltz/dash-haskell)
* [javadoc2dash](https://github.com/iamthechad/javadoc2dash)
* [william8th/javadocset](https://github.com/william8th/javadocset/)
* [kesselborn/rsdocs2docset](https://github.com/kesselborn/rsdocs2docset) - deprecated generator for Rust.
* [vhbit/rust-docset](https://github.com/vhbit/rust-docset) - generating Rust docsets in Python.
## Other (un)related documentation projects
* [DocFX](http://dotnet.github.io/docfx/)