numpy 0.25.0

PyO3-based Rust bindings of the NumPy C-API
Documentation
# Generated by Cargo
# will have compiled files and executables
target/
*.rustfmt
rusty-tags.*

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# Some Python specific files
.tox/
build/
*.so
*.egg-info/
**/dist/
__pycache__

# Coverage files
*.lcov