cargo-docset icon indicating copy to clipboard operation
cargo-docset copied to clipboard

Cargo subcommand to generate a Dash/Zeal docset for your Rust packages.

Results 10 cargo-docset issues
Sort by recently updated
recently updated
newest added

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...

T: enhancement
S: In Progress

**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...

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...

T: enhancement

**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...

T: enhancement

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...

T: enhancement

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...