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};