All Projects → cmyr → Rust Dash Docset Gen

cmyr / Rust Dash Docset Gen

Quickly generate Dash docsets for third-party Rust crates

Programming Languages

python
139335 projects - #7 most used programming language

Generating Dash docsets for third party rust crates

This repo contains a simple script for quickly generating Dash compatible docsets for third-party Rust crates.

Requirements

  • python3
  • the requests library: pip3 install requests
  • dashing: brew install dashing
  • rsdocs-dashing: cargo install rsdocs-dashing

Usage

./gen_docsets.py serde crossbeam rand log regex

This will clone the repos for these crates (assuming the name passed is used on crates.io, generate the docsets, and copy them into the docsets subdir. These .docset files can be added to Dash in dash's preferences.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].