cargo-docset
cargo-docset copied to clipboard
Cargo subcommand to generate a Dash/Zeal docset for your Rust packages.
I'm getting tired with having to specify all the packages I want to document in a workspace. I'd like cargo-docset to read parameters from a toml file (if present/specified), or...
**Describe the bug** Looks like the travis CI is currently broken. **To Reproduce** CI hasn't run for the last PRs. **Expected behavior** CI should have ran. **Additional context** Should probably...
**Describe the bug** When a crate re-exports symbols from a private module, `cargo doc` still produces html files for these re-exported symbols in the private module, and these files simply...
See #36 for the feature suggestion
So, this repo started pretty much as an afternoon experiment. Then it grew a little. It's at the point where the code looks pretty damn terrible, so next order of...
**Is your feature request related to a problem? Please describe.** There currently is no way of generating the docsets for multiple crates at once unless those crates are part of...
It's a bit of a pain to install docsets manually. Some quick thoughts on automating this: * Simply copy/pasting the docset directory works, but Zeal needs to be restarted to...
First attempt at providing defaults for CLI arguments in cargo manifest metadata. Remaining things to consider: * Should probably namespace the options somewhere like `metadata.docset` * This is currently all...
First of all thanks for the awesome tool! The issue is: ``` Dash couldn't redirect you to the online version of the page you were viewing, because it doesn't know...
Not a feature request but an offer for PR. The other day I stumbled across your project. It works quite well for locally available crates, however I wondered if it...