#base58

five8_core

Core utilities for the five8 crates

4 releases (1 stable)

1.0.0 Jul 12, 2025
0.1.2 Mar 19, 2025
0.1.1 Oct 13, 2024
0.1.0 Jul 29, 2024

#2939 in Encoding

Download history 83701/week @ 2025-08-31 76982/week @ 2025-09-07 78213/week @ 2025-09-14 82765/week @ 2025-09-21 81971/week @ 2025-09-28 80079/week @ 2025-10-05 90856/week @ 2025-10-12 102831/week @ 2025-10-19 97682/week @ 2025-10-26 97356/week @ 2025-11-02 92526/week @ 2025-11-09 110536/week @ 2025-11-16 102273/week @ 2025-11-23 116800/week @ 2025-11-30 109615/week @ 2025-12-07 25983/week @ 2025-12-14

362,428 downloads per month
Used in 1,701 crates (2 directly)

MIT license

8KB
129 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