cratedex 0.4.1

MCP server for Rust documentation indexing, full-text search, and project diagnostics
Documentation
1
2
3
4
5
6
7
8
fn main() {
    // Expose the compile-time target triple so service.rs can use it
    // to construct architecture-correct rustup toolchain paths.
    println!(
        "cargo::rustc-env=TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}