anybase 0.2.1

High-performance arbitrary base integer conversion library
Documentation
[[bench]]
harness = false
name = "my_benchmark"
path = "benches/my_benchmark.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.7.0"

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

[package]
authors = ["Entlst <volyyig@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "encoding"]
description = "High-performance arbitrary base integer conversion library"
edition = "2024"
keywords = ["base-conversion", "arbitrary-precision", "math"]
license = "MIT OR Apache-2.0"
name = "anybase"
readme = "README.md"
repository = "https://github.com/Volyyig/anybase"
version = "0.2.1"

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

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

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