Crates.io | manchu-converter |
lib.rs | manchu-converter |
version | 0.3.0 |
source | src |
created_at | 2023-10-29 08:14:54.554323 |
updated_at | 2024-04-10 09:24:46.691536 |
description | Converts transcripted Manchu text to Manchu script with Manchu alphabet. |
homepage | |
repository | https://github.com/sj-h4/manchu-converter |
max_upload_size | |
id | 1017372 |
size | 13,063 |
This project is in work in progress.
A simple converter for Manchu script. It converts transliteration to Manchu script.
use manchu_converter::ManchuConverter;
fn main() {
let text = "wesimburengge";
let r = text.convert_to_manchu().unwrap();
assert_eq!(r, "ᠸᡝᠰᡳᠮᠪᡠᡵᡝᠩᡤᡝ")
}