Module coaster::prelude[][src]

Expand description

A module meant to be glob imported when using Coaster.

For instance:

use coaster::prelude::*;

This module contains several important traits that provide many of the convenience methods in Coaster, as well as most important types. Another type that is often needed but is likely to cause a name collision when imported is coaster::Error.

Re-exports

pub use crate::backend::*;
pub use crate::device::IDevice;
pub use crate::device::IMemory;
pub use crate::framework::IFramework;
pub use crate::frameworks::native::flatbox::FlatBox;
pub use crate::frameworks::Native;
pub use crate::hardware::HardwareType;
pub use crate::hardware::IHardware;
pub use crate::tensor::ITensorDesc;
pub use crate::tensor::IntoTensorDesc;
pub use crate::tensor::SharedTensor;
pub use crate::tensor::TensorDesc;