8e0bde14c9
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.
97 B
97 B
Added support for converting to and from Python's decimal.Decimal
and rust_decimal::Decimal
.