Crates.io | ewts-c |
lib.rs | ewts-c |
version | |
source | src |
created_at | 2024-12-11 13:33:39.680612 |
updated_at | 2024-12-11 13:33:39.680612 |
description | Converter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (c lib) |
homepage | https://github.com/emgyrz/ewts-rs |
repository | https://github.com/emgyrz/ewts-rs |
max_upload_size | |
id | 1480092 |
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` |
size | 0 |
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