rust-decimal
rust-decimal copied to clipboard
Add optional bytemuck support
Changes:
- Adds a
bytemuckfeature that derivesPodandZeroableonDecimal - ~Sets
repr(C)on theDecimalstruct~ - Activates the
c-reprfeature when thebytemuckfeature is activated, sincePodneedsrepr(C)