//! This module re-exports a number of commonly-used types for working with cust.
//!
//! This allows the user to `use cust::prelude::*;` and have the most commonly-used types
//! available quickly.
pub use crate;
pub use crateDevice;
pub use crate;
pub use crate*;
pub use crateFunction;
pub use cratelaunch;
pub use crate;
pub use crateModule;
pub use crate;
pub use crate*;
pub use crateCudaFlags;