Expand description

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

Low-Level binding for Array API

Low-Lebel binding for NumPy C API C-objects

Low-Level binding for UFunc API