ewts-c 0.1.0

Converter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (c lib)
Documentation
[build-dependencies.cbindgen]
version = "0.27.0"

[dependencies.ewts]
version = "0.1.3"

[lib]
crate-type = ["cdylib"]
name = "ewts"
path = "src/lib.rs"

[package]
authors = ["Maxim Zommer <emgyrz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["text-processing", "internationalization", "encoding", "localization"]
description = "Converter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (c lib)"
edition = "2021"
homepage = "https://github.com/emgyrz/ewts-rs"
keywords = ["tibetan", "ewts", "converter"]
license = "MIT OR Apache-2.0"
name = "ewts-c"
readme = "README.md"
repository = "https://github.com/emgyrz/ewts-rs"
version = "0.1.0"