//! # CubeCL Common Library
//!
//! This library contains common types used by other crates that must be shared.
extern crate derive_new;
/// Rand module contains types for random number generation for non-std environments and for
/// std environments.
/// Stub module contains types for stubs for non-std environments and for std environments.
/// Module for benchmarking any executable part
/// Useful when you need to read async data without having to decorate each function with async
/// notation.
/// Synchronization type module, used both by ComputeServer and Backends.
extern crate alloc;