#decimal #pyo3 #python #wrapper #rust-decimal

yanked pyo3_decimal

PyO3 wrapper for rust_decimal

0.1.0 Apr 20, 2022

#71 in #pyo3

MIT license

8KB
203 lines

PyO3 wrapper for rust_decimal

Purpose

I tried to use python decimal C-API because it'd be more convinient. But Python's decimal is under discussion and it will take time to implement C-API. Decimal C interface was about to release on Python version 3.10 but it was reverted.

That made me decide not to use python's native decimal any more and use this library.

Dependencies

~2.8–9.5MB
~68K SLoC