[][src]Module crabsformer::prelude

Crabsformer's prelude

Like the standard library's prelude, this module simplifies importing of common items. Unlike the standard prelude, the contents of this module must be imported manually:

use crabsformer::prelude::*;

Structs

Matrix

Matrix elements structure

Vector

Numeric vector

Traits

Slice

Numeric vector slice operation