dryer

Crates.iodryer
lib.rsdryer
version0.1.1
created_at2025-12-02 02:06:07.978953+00
updated_at2025-12-02 11:36:26.58992+00
descriptionDuplicate code detector
homepage
repositoryhttps://github.com/dsweet99/dryer
max_upload_size
id1960995
size254,791
David Sweet (dsweet99)

documentation

README

dryer

Duplicate code detector

  • Finds clusters of two or more nearly-matching substrings in a code base
  • Language-agnostic
  • Designed for LLM-in-the-loop coding: fast, actionable, concise feedback
  • No training; always ready to run
  • Free

Installation

cargo install dryer

Usage

# Check all Python files
dryer -e py .
# Check all Rust files, show verbose output
dryer -e rs -v .
  • respects .gitignore

  • recursive

Commit count: 0

cargo fmt