Expand description
codefold — structural code reader for LLM agents.
Read, with zoom levels.
Re-exports§
pub use error::Error;
Modules§
Structs§
- Fold
Result - Output of
read(). - Options
- Options for
read_opts. - Symbol
- A parsed code symbol (function, class, method, etc.).
Enums§
- Language
- A supported source language.
- Level
- Zoom level for a
read()call. - Symbol
Kind