Skip to content

cmyr/rust-dash-docset-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Quickly generate Dash docsets for third-party Rust crates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages