Re-exports

pub use crate::thread;
pub use crate::assert_eq;
pub use crate::assert_ne;
pub use crate::print;
pub use crate::println;

Macros

Creates a String using interpolation of runtime expressions.

Structs

A pointer type for heap allocation.

A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.

A UTF-8–encoded, growable string.

A contiguous growable array type, written as Vec<T>, short for ‘vector’.

A 16-bit floating point type implementing the IEEE 754-2008 standard binary16 a.k.a half format.

Traits

A generalization of Clone to borrowed data.

A trait for converting a value to a String.

Attribute Macros

Registers a function as a gpu kernel.