cudart 0.1.0

CUDA API bindings.
docs.rs failed to build cudart-0.1.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.

These are Rust wrappers around the CUDA runtime API.

The FFI bindings are done via bindgen. Currently, the bindings are substantially whitelisted, i.e. only a small set of "core" runtime API functionality is exposed.

This originated as a copy-paste of the cuda crate, but with an eye toward future cuda-sys integration which may be facilitated by separating the driver and runtime API wrappers.