Open
Description
https://github.com/dgrunwald/rust-cpython allows users to return numpy arrays from rust bindings with the Buffer
type. It could be nice to add rust-cpython
as an optional feature so that those of us creating python bindings for our more python-centric colleagues can do so with no fuss 👍
I'm looking into implementing this for one of my projects so would be willing to adapt this to a PR once I've figured it out