pyo3/newsfragments/3016.added.md
Doug Goldstein 8e0bde14c9 implement Decimal to rust_decimal conversions
Implement conversion between rust_decimal::Decimal and decimal.Decimal
from Python's stdlib. The C API does not appear to be exposed on the
Python side so we need to call into it via Python.
2023-04-22 19:55:21 +02:00

97 B

Added support for converting to and from Python's decimal.Decimal and rust_decimal::Decimal.