pinyin-parser 0.1.4

Parses a string of pinyin syllables. Covers marginal cases such as `ẑ`, `ŋ` and `ê`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.unicode-normalization]
version = "0.1.19"

[dependencies.unicode-segmentation]
version = "1.7.1"

[package]
description = "Parses a string of pinyin syllables. Covers marginal cases such as `ẑ`, `ŋ` and `ê`."
edition = "2018"
license = "MIT"
name = "pinyin-parser"
repository = "https://github.com/sozysozbot/pinyin-parser-rs"
version = "0.1.4"