Crate pyo3_arraylike

source ·
Expand description

This crate provides a single struct PyArrayLike<T,D> which can be used for extracting an array from any Python object which can be regarded as an array of type T and dimension D in a reasonable way.

Structs§

  • To be used for extracting an array from any Python object which can be regarded as an array of type T and dimension D in a reasonable way.

Type Aliases§