rsbase62 0.1.1

A high-performance, Rust-optimized Base62 encoding implementation
Documentation
[[bench]]
harness = false
name = "rsbase62_benchmark"
path = "benches/rsbase62_benchmark.rs"

[dependencies]

[dev-dependencies.base62]
version = "2.0.2"

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

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

[package]
authors = ["aeromilai <rust@aeromilai.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "algorithms", "web-programming"]
description = "A high-performance, Rust-optimized Base62 encoding implementation"
edition = "2021"
keywords = ["base62", "encoding", "performance", "rust", "fast"]
license = "Apache-2.0"
name = "rsbase62"
readme = "README.md"
repository = "https://github.com/aeromilai/rsbase62"
version = "0.1.1"