akubera / bigdecimal-rs

Arbitrary precision decimal crate for Rust
Other
275 stars 71 forks source link

Add `no-std` compatibility #95

Closed AbdelStark closed 1 year ago

AbdelStark commented 1 year ago

Description

This change enables to use bigdecimal crate with no-std support.

akubera commented 1 year ago

Closed as a part of #97