Library for binary coded decimal numbers
Coming soon...
rust assert_eq!( Bcd(0x01234) + Bcd(0x01234), (Bcd(0x02468), /* overflow */ false) );