base256u 1.0.0

Simple mapping between bytes and Unicode codepoints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Taylor C. Richberger <taywee@gmx.com>"]
categories = ["encoding", "no-std", "parser-implementations"]
description = "Simple mapping between bytes and Unicode codepoints"
edition = "2021"
keywords = ["base256", "encoding", "binary", "unicode"]
license = "MIT"
name = "base256u"
readme = "README.md"
repository = "https://gitlab.com/Taywee/base256u"
resolver = "2"
version = "1.0.0"