Module npyffi

Source
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§

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

Constants§

API_VERSION_2_0

Functions§

is_numpy_2
Returns whether the runtime numpy version is 2.0 or greater.