//! citenexus-core — CiteNexus's Rust engine (SPEC-PORTS-v1 §3.4).
//!
//! One core, FFI for all languages: extraction, lance store access, and
//! lid.176 detection. The core is the ENGINE, not the brain —
//! orchestration, cite-or-abstain, hooks, and model IO stay in each host
//! language. Boundary: JSON in/out, no callbacks.
// Public so integration tests can exercise the exact C surface bindings use.
pub use ;
pub use ;
pub use LanceStore;
pub use *;