Crate fxd

source · []

Structs

FixedDecimal is an implementation of “exact number” type defined SQL standard. It directly maps to MySQL data type “DECIMAL”. it has fixed allocation: 9*4+2=38 bytes.

Enums

Type Definitions