Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

support for arbitrary precision libraries #6

Open
SkipMike opened this issue Nov 25, 2019 · 0 comments
Open

support for arbitrary precision libraries #6

SkipMike opened this issue Nov 25, 2019 · 0 comments

Comments

@SkipMike
Copy link

I'm working on a point-of-sale (POS), and we have extensive use of arbitrary precision arithmetic. I'm wondering if it's possible to get support for deserializing Decimal structs into similar things on the rust side.

A couple of ideas, on the elixir side decimal is turned into a String which is then deserialized into the appropriate struct on the rust side. There are several arbitrary precision arithmetic libraries on the rust side (rug, rust-gmp, etc...) but some of them use serde so I wonder if that would work nicely into this library.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant