[][src]Module mylibrary::npyffi

Low-Level bindings for NumPy C API.

https://numpy.org/doc/stable/reference/c-api

Re-exports

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

Modules

array

Low-Level binding for Array API

flags
objects

Low-Lebel binding for NumPy C API C-objects

types
ufunc

Low-Level binding for UFunc API