rune::alloc

Module prelude

Source
Expand description

Prelude for common traits used in combination with this crate which matches the behavior of the std prelude.

Macros§

Structs§

  • A pointer type that uniquely owns a heap allocation of type T.
  • A UTF-8–encoded, growable string.
  • A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Traits§

Derive Macros§