smithy-lang / smithy-rs

Code generation for the AWS SDK for Rust, as well as server and generic smithy client generation.
Apache License 2.0
471 stars 183 forks source link

Add Support for BigInteger / BigDecimal #312

Open rcoh opened 3 years ago

barbu110 commented 3 years ago

Can we use the rug crate? seems like a pretty mature crate on top of GNU libraries.

rcoh commented 3 years ago

I probably wouldn't pull in a crate that appears to be bound to a c library as my first choice, personally. But worth looking into.

This isn't especially high priority, I don't think there are an AWS models that use these shapes.

timClicks commented 2 years ago

To move forward with this, I recommend pulling in the num crate. It's pure Rust, well vetted and openly licensed.

Velfi commented 1 year ago

This would involve: