//! Core library for ripvec semantic code search.
//!
//! Provides the CPU cross-encoder reranker, tree-sitter code chunking, parallel
//! embedding, and cosine similarity ranking.
pub use Error;
/// Convenience Result type for ripvec-core.
pub type Result<T> = Result;