context-creator 1.5.0

High-performance CLI tool to convert codebases to Markdown for LLM context
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Core functionality modules

pub mod cache;
pub mod context_builder;
pub mod file_expander;
pub mod prioritizer;
pub mod project_analyzer;
pub mod search;
pub mod semantic;
pub mod semantic_cache;
pub mod semantic_graph;
pub mod telemetry;
pub mod token;
pub mod walker;