Skip to main content

Crate codewalk

Crate codewalk 

Source
Expand description

Scanner-oriented file tree walking with binary detection and bounded reads.

Modules§

detect
Binary file detection via magic bytes.
error
Error types for code tree walking and content loading.
sandbox
Code protocol sandbox execution helpers.

Structs§

CodeWalker
File tree walker for codebase scanning.
FileContentChunks
Iterator over a file’s content in bounded chunks.
FileEntry
A discovered file entry with lazy content loading.
WalkConfig
Configuration for directory walking.

Enums§

FileContent
File content loaded from disk.