iliekturtles / uom

Units of measurement -- type-safe zero-cost dimensional analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `decimal` support

aevyrie opened this issue · comments

This is a specific request to add support for a decimal number storage type.

Implementation would look similar to: https://github.com/iliekturtles/uom/pull/287/files

As noted here, some popular crates to use could include:

Closing as a duplicate of #305. I've updated that issue to explicitly state that it is for the addition of a decimal underlying storage type.