Expand description
Context generation from discovered files.
Turns a set of FileEntry values (from crate::walker) into final
formatted output: generate_context builds the full result in memory
and returns a ContextResult with size/count stats, while
stream_context writes files to a writer as they are read, for
pipe-friendly streaming.
Structs§
- Context
Result - Result of context generation.
Functions§
- generate_
context - Generate context output from file entries.
- stream_
context - Stream context output, printing each file as it’s processed.