wtf8 0.1.0

Implementation of the WTF-8 encoding. https://simonsapin.github.io/wtf-8/
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "wtf8"
version = "0.1.0"
authors = ["Simon Sapin"]

description = "Implementation of the WTF-8 encoding. https://simonsapin.github.io/wtf-8/"
repository = "https://github.com/SimonSapin/rust-wtf8"
readme = "README.md"
keywords = ["unicode", "encoding", "surrogate"]
license = "MIT"

[lib]
name = "wtf8"
doctest = false