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

support for arbitrary precision libraries #6

@SkipMike

Description

@SkipMike

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions