Module chunk_code

Module chunk_code 

Source
Available on crate feature tree-sitter only.
Expand description

Chunk code using tree-sitter

Structs§

ChunkCode
The ChunkCode struct is responsible for chunking code into smaller pieces based on the specified language and chunk size.
ChunkCodeBuilder
Builder for ChunkCode.

Enums§

ChunkCodeBuilderError
Error type for ChunkCodeBuilder