mhogrefe / malachite

An arbitrary-precision arithmetic library for Rust.
GNU Lesser General Public License v3.0
453 stars 18 forks source link

update pyo3 integration to new API #44

Closed amamic1803 closed 5 months ago

amamic1803 commented 5 months ago

Updated PyO3 conversion code to use the new PyO3 v0.21 API. Now the compiler and clippy won't complain. I tested and everything seems to work correctly now, this is hopefully the last PR, for now.