//! **veles-core** — Fast code search library for agents.
//!
//! Provides indexing, chunking, BM25, dense vector search, and hybrid ranking.
//! No Python dependencies — pure Rust using [model2vec-rs](https://github.com/MinishLab/model2vec-rs)
//! for static embeddings.
// Re-export the main types.
pub use VelesIndex;
pub use ;