five8_const 0.1.3

Compile-time base58 decoding.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.five8_core]
version = "0.1.0"

[package]
categories = ["encoding"]
description = "Compile-time base58 decoding."
edition = "2021"
homepage = "https://github.com/kevinheavey/five8"
include = ["src", "Cargo.toml", "README.md"]
keywords = ["base58", "encoding"]
license = "MIT"
name = "five8_const"
readme = "README.md"
repository = "https://github.com/kevinheavey/five8"
resolver = "2"
version = "0.1.3"