rust-decimal icon indicating copy to clipboard operation
rust-decimal copied to clipboard

Add optional bytemuck support

Open kevinheavey opened this issue 1 year ago • 0 comments

Changes:

  • Adds a bytemuck feature that derives Pod and Zeroable on Decimal
  • ~Sets repr(C) on the Decimal struct~
  • Activates the c-repr feature when the bytemuck feature is activated, since Pod needs repr(C)

kevinheavey avatar Aug 28 '24 11:08 kevinheavey