Robzz / cargo-docset

Cargo subcommand to generate a Dash/Zeal docset for your Rust packages.
Apache License 2.0
100 stars 4 forks source link

Fix generation in a virtual manifest workspace #27

Closed Robzz closed 3 years ago

Robzz commented 3 years ago

Detect if the workspace has a virtual manifest, and if so, name the docset after the workspace directory, and default the docset index to the first declared package's index.

Closes #25