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
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "compa_decimal"
version = "0.2.0"
authors = ["NGDeveloper125"]
edition = "2021"
description = "A compact and efficient decimal system using a custom character set for representing large numbers in fewer characters."
license = "MIT OR Apache-2.0"
repository = "https://github.com/NGDeveloper125/CompaDecimal"
documentation = "https://docs.rs/compa_decimal"
homepage = "https://github.com/NGDeveloper125/CompaDecimal"
readme = "README.md"
keywords = ["decimal", "compact", "number", "encoding", "base95"]
categories = ["encoding", "mathematics", "data-structures"]

[dependencies]
num = "0.4"
num-bigint = "0.4"