five8_core 0.1.1

Core utilities for the five8 crates.
Documentation
[features]
std = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding"]
description = "Core utilities for the five8 crates."
edition = "2021"
homepage = "https://github.com/kevinheavey/five8"
keywords = ["base58", "encoding"]
license = "MIT"
name = "five8_core"
readme = "README.md"
repository = "https://github.com/kevinheavey/five8"
resolver = "2"
version = "0.1.1"

[package.metadata.docs.rs]
features = ["std"]
rustdoc-args = ["--cfg=docsrs"]