A WIP cargo extension for generating rust doc in markdown especially for wikis like github wiki.
The repository generates it's documentation via cargo wiki
using single-file
structure and host it on github wiki
available here. Note: This project is still in very early stage of
development and the generated output may contains issue and bug. If you find them, please open issue here
$ cargo build
$ cp target/debug/cargo-wiki .
$ cargo wiki
Make sure to setup your path to the current directory
$ export PATH=/home/<user>/<path/to/cargo-wiki>:$PATH