//! Raw FFI + dynamic loader for the CUDA Runtime API (`libcudart`).
//!
//! Parallels the [`crate::driver`] module. Runtime handles
//! (`cudaStream_t`, `cudaEvent_t`, ...) are typedef-compatible with
//! the Driver API's `CUstream` / `CUevent` / ... so
//! `baracuda-runtime` and `baracuda-driver` can freely convert between
//! the two.
pub use ;
pub use cudaError_t;
pub use ;