PyO3 / rust-numpy

PyO3-based Rust bindings of the NumPy C-API
BSD 2-Clause "Simplified" License
1.11k stars 106 forks source link

Add missing implementations of the Debug trait for the borrow checking wrapper types. #307

Closed adamreichold closed 2 years ago

adamreichold commented 2 years ago

I was aiming for just gaming the coverage up, but the tests did actually not compile because those wrappers miss a Debug impl which means this does actually improve things.