leindex 1.9.0

LeIndex MCP and semantic code search engine for AI tools and large codebases
1
2
3
4
5
6
7
8
fn main() {
    // ONNX Runtime is loaded dynamically at runtime via ort::init_from() in the
    // ort_discovery module. No $ORIGIN rpath or build-time ORT linking is needed.
    #[cfg(feature = "onnx")]
    {
        println!("cargo:rerun-if-changed=build.rs");
    }
}