#base58 #five8 #anything

no-std five8_core

Core utilities for the five8 crates

1 unstable release

0.1.0 Jul 29, 2024

#1906 in Encoding

Download history 214/week @ 2024-07-28 279/week @ 2024-08-04 2/week @ 2024-08-11 92/week @ 2024-09-01 106/week @ 2024-09-08 26/week @ 2024-09-15

224 downloads per month
Used in 2 crates

MIT license

8KB
130 lines

five8_core

This crate contains core utilities for the five8 and five8_const crates.

It's unlikely you'll need anything from here except DecodeError, BASE58_ENCODED_32_MAX_LEN, and BASE58_ENCODED_64_MAX_LEN. For semver purposes, these are the only things that are part of the public API. The rest is for internal use only and will not follow semver.

No runtime deps

Features