GitHub - hobofan/rsdocs-dashing: Tool to generate docsets (Dash/Zeal/etc.) for Rust crates

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Tool to generate docsets (Dash/Zeal/etc.) for Rust crates

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0

LICENSE-APACHE

MIT

LICENSE-MIT

19 stars 2 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

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

Installation

The CLI can be installed via:

cargo install rsdocs-dashing

Usage

Given that you crate is named <MYCRATE>:

  • Generate the cargo documentation for the crate via cargo doc (add feature flags if desired)
  • Run rsdocs-dashing target/doc/<MYCRATE> docset
  • Run dashing build --config docset/dashing.json --source docset/build
  • Add the newly generated <MYCRATE>.docset to your docset viewer

License

Licensed under either of

at your option.

Alternatives

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

About

Tool to generate docsets (Dash/Zeal/etc.) for Rust crates

Resources

Readme

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0

LICENSE-APACHE

MIT

LICENSE-MIT

Activity

Stars

19 stars

Watchers

2 watching

Forks

2 forks

Packages

No packages published

Languages