rust-memex 0.6.4

Operator CLI + MCP server: canonical corpus second: semantic index second to aicx
Documentation
1
2
3
4
5
6
7
8
9
fn main() {
    // Provide a bundled `protoc` for dependencies that expect it (e.g. lancedb/lance).
    // This avoids requiring users to install protobuf-compiler system-wide.
    if let Ok(path) = protoc_bin_vendored::protoc_bin_path() {
        // Propagate to dependent build scripts.
        println!("cargo:rustc-env=PROTOC={}", path.display());
    }
    println!("cargo:rerun-if-changed=src/build.rs");
}