| Crates.io | pyo3_decimal |
| lib.rs | pyo3_decimal |
| version | 0.1.0 |
| created_at | 2022-04-20 08:22:27.345871+00 |
| updated_at | 2022-04-20 08:22:27.345871+00 |
| description | PyO3 wrapper for rust_decimal. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 570854 |
| size | 11,544 |
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.