Module numpy::npyffi [] [src]

Low-Level bindings for NumPy C API.

https://docs.scipy.org/doc/numpy/reference/c-api.html

Most of functions in this submodule are unsafe. If you use functions in this submodule, you need to understand basic usage of Python C API, especially for the reference counting.

Reexports

pub use self::types::*;
pub use self::objects::*;
pub use self::array::*;
pub use self::ufunc::*;

Modules

array

Low-Level binding for Array API

objects

Low-Lebel binding for NumPy C API C-objects

types
ufunc

Low-Level binding for UFunc API