mhogrefe/malachite

Integration with PyO3

Closed this issue · 1 comments

I think it would be useful for Natural and Integer to implement FromPyObject and ToPyObject for easier integration with Python using PyO3. Obviously, not many people need these implementations so they could be behind an optional feature flag. It seems relatively easy to implement so if you agree, I can try to do it myself.

I didn't know about this! It's a cool idea. Go for it, and let me know if you need help.