Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
676 stars 231 forks source link

How to handle decimal types #1689

Open RickWinter opened 1 week ago

RickWinter commented 1 week ago

Currently there is no official decimal type in Rust. Rust has floating point f32 and f64. Those work in a lot of cases but are not completely free from lossiness.