Available on crate feature
tree-sitter
only.Expand description
Chunk code using tree-sitter
Structs§
- Chunk
Code - The
ChunkCode
struct is responsible for chunking code into smaller pieces based on the specified language and chunk size. - Chunk
Code Builder - Builder for
ChunkCode
.
Enums§
- Chunk
Code Builder Error - Error type for ChunkCodeBuilder