Skip to main content

Crate fxd

Crate fxd 

Source

Structs§

FixedDecimal
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§

Error

Type Aliases§

Result