Module molecule::prelude[][src]

Modules

vec

A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros

vec

Creates a Vec containing the arguments.

Structs

Byte
ByteReader
Vec

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

Traits

Builder
Entity
Reader
ToOwned

A generalization of Clone to borrowed data.