cuda-core 0.0.1

Idiomatic CUDA API.
docs.rs failed to build cuda-core-0.0.1
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.

CUDA

cuda-core is the thin safe wrapper layer over cuda-bindings. It exposes the lower-level CUDA concepts used by the rest of the workspace without requiring most crates to touch raw FFI directly.

Testing

Run the crate tests with:

cargo test -p cuda-core