Skip to main content

Crate idt

Crate idt 

Source
Expand description

Install language servers, linters, formatters, and developer helpers concurrently.

ยงErrors

  • Missing required argument (dev_tools_dir / bin_dir).
  • Directory creation fails.
  • GitHub authentication fails.
  • Installer thread panics.
  • Individual tool installation fails.
  • Dead symlink cleanup fails.

Modulesยง

downloaders ๐Ÿ”’
installers ๐Ÿ”’

Functionsยง

main ๐Ÿ”’
Install language servers, linters, formatters, and developer helpers concurrently.
managed_cargo_installers ๐Ÿ”’
Construct the declared Cargo and Git tool inventory.
parallel_installers ๐Ÿ”’
Construct installers that can run independently.
report ๐Ÿ”’
Summarize installer thread outcomes; collect failing bin names.
run_installers ๐Ÿ”’
Run independent installers concurrently and Cargo installers on one serial worker.
select_installers ๐Ÿ”’
Select individual installers or expand the cargo selector group.