code-digest 0.5.0

High-performance CLI tool to convert codebases to Markdown for LLM context
Documentation
1
2
3
4
5
6
7
//! Core functionality modules

pub mod cache;
pub mod digest;
pub mod prioritizer;
pub mod token;
pub mod walker;