pyo3_decimal

Crates.iopyo3_decimal
lib.rspyo3_decimal
version0.1.0
sourcesrc
created_at2022-04-20 08:22:27.345871
updated_at2022-04-20 08:22:27.345871
descriptionPyO3 wrapper for rust_decimal.
homepage
repository
max_upload_size
id570854
size11,544
fx-kirin (fx-kirin)

documentation

README

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.

Commit count: 0

cargo fmt