compa_decimal 0.2.0

A compact and efficient decimal system using a custom character set for representing large numbers in fewer characters.
Documentation
1
2
3
4
5
6
pub mod compadecimal;
pub mod error;
mod utils;

pub use compadecimal::CompaDecimal;
pub use error::CompaDecimalError;