Skip to main content

Crate codefold_core

Crate codefold_core 

Source
Expand description

codefold — structural code reader for LLM agents.

Read, with zoom levels.

Re-exports§

pub use error::Error;

Modules§

error

Structs§

FoldResult
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.
SymbolKind

Functions§

read
Read path at the requested zoom level.
read_opts
Read path with full options (level + focus).

Type Aliases§

Result