pctx 0.1.3

Generate LLM-ready context from your codebase
Documentation
1
2
3
4
5
6
7
8
//! Output generation and formatting.

pub mod clipboard;
pub mod file;
pub mod formatter;
pub mod json_types;
pub mod stdout;
pub mod tree;