This might more properly belong in lapack-sys, but it would be very useful to be able to reuse BLAS and LAPACK from SciPy when using lax and ndarray-linalg to build Python extension modules with PyO3.
用Rust的pyo3绑定和maturin工具,可快速创建能通过pip安装的Python扩展模块,示例包含add和fibonacci函数,构建wheel后即可分发。