rust-dash-docset-gen icon indicating copy to clipboard operation
rust-dash-docset-gen copied to clipboard

Quickly generate Dash docsets for third-party Rust crates

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.