opencl-dynamic-sys 0.1.1

Rust library to handle the dynamic load of the OpenCL shared library
Documentation
1
2
3
4
pub use dlopen2::Error;

/// This is a library-specific Result that is returned by all calls to all APIs.
pub type Result<T> = std::result::Result<T, Error>;