Expand description
wrapped-decimal provides WrappedDecimal, a fixed-size wrapper around
rust_decimal::Decimal with a stable 16-byte representation.
This is useful for Solana account/state layouts that require predictable, POD-safe binary encoding.
Structsยง
- Wrapped
Decimal - A fixed-size, POD-safe wrapper around
rust_decimal::Decimal.