//! **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.
pub use ;
pub use ;
pub use Language;
pub use Span;