ewts-c 0.1.0

Converter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (c lib)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# ewts-c

A little wrapper around core rust EWTS conversion library, usable in C/C++/Cython code.
Or anywhere a C-code can be called.
See [example](https://github.com/emgyrz/ewts-rs/tree/master/ewts-c/examples)
and [test code](https://github.com/emgyrz/ewts-rs/blob/master/bench/cpp_bench.cpp).
Also see for details [here](https://github.com/emgyrz/ewts-rs/tree/master/ewts-c).

It is a part of set of apps/libs called **ewts-rs**.
See more [here](https://github.com/emgyrz/ewts-rs)