{"id":75225,"library":"bindgen-cuda","title":"Bindgen CUDA","description":"Bindgen-like interface to build CUDA kernels to interact with within Rust.","status":"active","version":"0.1.6","language":"rust","source_language":null,"source_url":"https://github.com/Narsil/bindgen_cuda","tags":["cuda","gpu","kernel","bindgen","ffi"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbindgen_cuda = \"0.1.6\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add bindgen_cuda","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Builder","correct":"use bindgen_cuda::Builder;"}],"quickstart":{"code":"use bindgen_cuda::Builder;\n\nfn main() {\n    let builder = Builder::default()\n        .kernel(\"my_kernel.cu\")\n        .build()\n        .unwrap();\n    println!(\"CUDA kernel built: {:?}\", builder);\n}","lang":"rust","description":"Minimal example building a CUDA kernel using bindgen_cuda."},"warnings":[{"fix":"Install CUDA toolkit and ensure nvcc is in PATH.","message":"Requires CUDA toolkit and nvcc compiler installed.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'bindgen':1,4,19 'bindgen-lik':3 'build':8 'cuda':2,9,16 'ffi':20 'gpu':17 'interact':12 'interfac':6 'kernel':10,18 'like':5 'rust':15 'within':14","created_at":"2026-06-17T19:13:59.169190+00:00","updated_at":"2026-06-17T19:13:59.169190+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Narsil/bindgen_cuda","github":"https://github.com/Narsil/bindgen_cuda","docs":"https://docs.rs/bindgen_cuda/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["build-tool","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}