Skip to content

dec 0.4.7

Compare
Choose a tag to compare
@sploiselle sploiselle released this 15 Jan 13:19
· 10 commits to master since this release

Refactor from_raw_parts and to_raw_parts again to use [u16; N] rather
than &[u16] to represent Decimal's lsu. This makes from_raw_parts
cheaper because the lsu length does not need validation.