Skip to main content

Crate wrapped_decimal

Crate wrapped_decimal 

Source
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ยง

WrappedDecimal
A fixed-size, POD-safe wrapper around rust_decimal::Decimal.