[][src]Module numpy::npyffi

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.

  • http://docs.python.jp/3/c-api/
  • http://dgrunwald.github.io/rust-pyo3/doc/pyo3/

Re-exports

pub use self::array::*;
pub use self::objects::*;
pub use self::types::*;
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