Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 716 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 716 Bytes

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.