ddt

Dudy dev tools.

Installation

sh cargo install ddt

Features

ddt clean

Usage: ddt clean path/to/dir

If you run ddt clean . from a cargo project using git, It will remove

The dead branch is determined by running git fetch --all, and branches are removed if upstream tracking branch is gone.

This is not perfect, and this currently only removes large files like .rlib. Detection of outdated depends on cargo metadata --all-features. If an artifact for a specific version exists but it's not in dependency graph anymore, it will be removed.