ewts-c

Crates.ioewts-c
lib.rsewts-c
version
sourcesrc
created_at2024-12-11 13:33:39.680612
updated_at2024-12-11 13:33:39.680612
descriptionConverter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (c lib)
homepagehttps://github.com/emgyrz/ewts-rs
repositoryhttps://github.com/emgyrz/ewts-rs
max_upload_size
id1480092
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Max Z (emgyrz)

documentation

README

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 and test code. Also see for details here.

It is a part of set of apps/libs called ewts-rs. See more here

Commit count: 44

cargo fmt