five8 0.1.0

Fast base58 encoding and decoding for 32-byte and 64-byte arrays.
Documentation
[dependencies.five8_core]
version = "0.1.0"

[dev-dependencies.bs58]
version = "0.5.1"

[dev-dependencies.five8_const]
version = "0.1.0"

[dev-dependencies.proptest]
version = "1.5.0"

[features]
dev-utils = []
std = []

[package]
categories = ["encoding"]
description = "Fast base58 encoding and decoding for 32-byte and 64-byte arrays."
edition = "2021"
homepage = "https://github.com/kevinheavey/five8"
keywords = ["base58", "encoding"]
license = "MIT"
name = "five8"
readme = "README.md"
repository = "https://github.com/kevinheavey/five8"
resolver = "2"
version = "0.1.0"