Crate hotg_rune_core[][src]

Modules

A simple reflection system.

Structs

A serializable version of log::Record.

A tensor’s shape.

A multidimensional array with copy-on-write semantics.

An immutable view into a Tensor with a particular rank (number of dimensions).

A mutable view into a Tensor with a particular rank (number of dimensions).

Enums

A dynamically typed value that may be passed back and forth across the runtime.

Traits

A Rust primitive which has a corresponding Type and can be converted to or from a Value.

A consumer of data.

A stream of data, typically something like a random number generator or sensor.

A helper trait which lets us get the shape from a tuple of different tensors.

A set of tensors that can be mutated.