Crate clrd

Crate clrd 

Source
Expand description

clrd - AI-native code maintenance tool

“Transparent, Delicate, and Fast”

This crate provides high-speed dead code detection using Rust and Oxc, with intelligent judgment handoff to LLMs for avoiding false positives.

Re-exports§

pub use mapper::Mapper;
pub use scanner::Scanner;
pub use types::*;

Modules§

cli
CLI Module - Command Line Interface
mapper
Mapper Module - AI Context File Generation
scanner
Scanner Module - High-speed dead code detection
tui
TUI Module - Interactive Terminal UI
types
Core types for clr