cuda 0.3.0

CUDA API bindings.
docs.rs failed to build cuda-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cuda-0.4.0-pre.2

These are Rust bindings to CUDA.

The FFI bindings are done via bindgen. The Rust equivalents are defined in the respective module, e.g. runtime for the CUDA runtime API. Bindings are substantially whitelisted; for example, currently only the runtime API is exposed, and of that only a small set of "core" runtime functionality.