Skip to main content

Crate semtree_core

Crate semtree_core 

Source
Expand description

Core data types shared across the semtree crates.

No logic, no I/O - just the vocabulary every other crate speaks: Chunk and ChunkKind (a unit of indexed code), Language, Span (byte + line range), and the SemtreeConfig tree.

Re-exports§

pub use chunk::Chunk;
pub use chunk::ChunkKind;
pub use config::EmbedBackend;
pub use config::EmbedConfig;
pub use config::SemtreeConfig;
pub use config::StoreBackend;
pub use config::StoreConfig;
pub use language::Language;
pub use span::Span;

Modules§

chunk
config
language
span