bcd-numbers 1.0.11

Crate for converting rust unsigned numbers to BCD and viceversa
Documentation
1
2
3
4
5
6
7
mod error;
mod bcd;
//mod bcd2;

pub use error::BCDConversionError;
//pub use bcd::{FromBCD, ToBCD};
pub use bcd::{BCD, Convertible, DynBCD};