utf64 1.0.1

A utility to encode utf-8 strings into utf-64, and decode them back.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.thiserror]
version = "1.0.49"
[dev-dependencies.serde_json]
version = "1.0.107"

[package]
authors = ["Mark Musante <mark.musante@gmail.com>"]
description = "A utility to encode utf-8 strings into utf-64, and decode them back."
documentation = "https://docs.rs/utf64"
edition = "2021"
homepage = "https://utf64.moreplease.com/"
keywords = ["text", "utility", "string", "unicode", "trait"]
license-file = "LICENSE"
name = "utf64"
readme = "README.md"
repository = "https://github.com/more-please/more-stuff"
version = "1.0.1"