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