//! Facade over the concrete embedding backend for the current target.
//!
//! - On non-musl targets, re-exports `blazen-embed-fastembed` (fast C++ ONNX Runtime).
//! - On musl targets, re-exports `blazen-embed-tract` (pure-Rust ONNX inference via tract).
//!
//! Downstream code imports ONLY from this crate. The backend selection is invisible.
pub use ;
pub use ;