[][src]Module numpy::convert

Defines conversion traits between rust types and numpy data types.

Traits

IntoPyArray

Covnersion trait from some rust types to PyArray.

NpyIndex

Types that can be used to index an array.

ToNpyDims

Utility trait to specify the dimention of array

ToPyArray

Conversion trait from rust types to PyArray.