safe-bigmath 0.4.1

Provides non-overflowing, non-panicking numeric types as well as safe big integer and decimal that can scale to any size safely and gracefully, only wasting memory when extra precision is needed
Documentation
[dependencies.lencode]
default-features = false
version = "0.1"

[dependencies.num-bigint]
default-features = false
version = "0.4"

[dependencies.num-integer]
default-features = false
version = "0.1"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.quoth]
default-features = false
version = "0.3"

[features]
default = ["std"]
std = ["num-bigint/std", "num-traits/std", "num-integer/std", "quoth/std", "lencode/std"]

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

[package]
authors = ["sam0x17"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides non-overflowing, non-panicking numeric types as well as safe big integer and decimal that can scale to any size safely and gracefully, only wasting memory when extra precision is needed"
documentation = "https://docs.rs/safe-bigmath"
edition = "2024"
keywords = ["biginteger", "decimal", "bigmath", "safe", "math"]
license = "MIT"
name = "safe-bigmath"
readme = "README.md"
repository = "https://github.com/sam0x17/safe-bigmath"
version = "0.4.1"