[go: up one dir, main page]

unidecode 0.2.0

Provides pure ASCII transliterations of Unicode strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "unidecode"
version = "0.2.0"
authors = ["Amit Chowdhury <amitc97@gmail.com>"]
description = "Provides pure ASCII transliterations of Unicode strings."
documentation = "https://chowdhurya.github.io/rust-unidecode/unidecode/"
homepage = "https://github.com/chowdhurya/rust-unidecode/"
repository = "https://github.com/chowdhurya/rust-unidecode/"
readme = "README.md"
keywords = [
  "unidecode",
  "unidecoder",
  "Unicode",
  "ASCII",
  "transliteration"
]
license = "BSD-3-Clause"