Tool to generate a dashing.json for generating docsets for your crate/project

Installation

The CLI can be installed via:

bash cargo install rsdocs-dashing

Usage

Given that you crate is named <MYCRATE>:

License

Licensed under either of

at your option.

Alternatives

Pure Rust approach that does some more heavy lifting: rsdocs2docset. Python approach: rust-docset.