Crates.io | five8_core |
lib.rs | five8_core |
version | 0.1.1 |
source | src |
created_at | 2024-07-29 20:12:20.003908 |
updated_at | 2024-10-13 11:15:08.624516 |
description | Core utilities for the five8 crates. |
homepage | https://github.com/kevinheavey/five8 |
repository | https://github.com/kevinheavey/five8 |
max_upload_size | |
id | 1319174 |
size | 7,524 |
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.