compa_decimal 0.2.0

A compact and efficient decimal system using a custom character set for representing large numbers in fewer characters.
Documentation
[dependencies.num]
version = "0.4"

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

[lib]
name = "compa_decimal"
path = "src/lib.rs"

[package]
authors = ["NGDeveloper125"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "mathematics", "data-structures"]
description = "A compact and efficient decimal system using a custom character set for representing large numbers in fewer characters."
documentation = "https://docs.rs/compa_decimal"
edition = "2021"
homepage = "https://github.com/NGDeveloper125/CompaDecimal"
keywords = ["decimal", "compact", "number", "encoding", "base95"]
license = "MIT OR Apache-2.0"
name = "compa_decimal"
readme = "README.md"
repository = "https://github.com/NGDeveloper125/CompaDecimal"
resolver = "1"
version = "0.2.0"

[[test]]
name = "Integration"
path = "tests/Integration.rs"