Crates.io | ukraine |
lib.rs | ukraine |
version | |
source | src |
created_at | 2022-09-20 02:47:39.251348+00 |
updated_at | 2025-04-10 14:52:31.849927+00 |
description | Glory to Ukraine. Library for transliterating Ukrainian Cyrillic text into Latin script representation |
homepage | |
repository | |
max_upload_size | |
id | 669549 |
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 Rust library for transliterating Ukrainian Cyrillic text into Latin-script representations. In the hope that one day the Ukrainian Latin script will be widely adopted and the last remnants of russian aggressive imperialism will be erased from the history of modern Ukraine 💙💛
This Rust crate provides functionality for converting Ukrainian Cyrillic text into various transliteration schemes described on this page
https://en.m.wikipedia.org/wiki/Ukrainian_Latin_alphabet
⭐️ Early stage of development, the goal is to draw attention to the implementation of the Ukrainian Latin alphabet and provide a technical solution for this. ⭐️
Add the following line to your Cargo.toml
dependencies:
[dependencies]
ukraine = "1"
The full API documentation is available at docs.rs/ukraine.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.