mirror of
https://github.com/rust-lang-uz/zang.git
synced 2026-02-15 23:49:43 +00:00
🇺🇿 | Localization extension for Rust programming language [maintainer=@orzklv]
- Rust 100%
|
|
||
|---|---|---|
| example | ||
| zang-macro | ||
| .gitignore | ||
| Cargo.toml | ||
| license | ||
| readme.md | ||
Zang
Rust language tokens translated to Uzbek
Installing
Just install it via cargo using install command:
cargo install zang-macro
Usage
You may use it partially by importing our macro or use it as a whole statically calling zang macro. Dictionary is available at: [reference]
zang_macro::zang!{
funksiya asosiy() {
yoziq!("Salom, Zang!");
}
}