Crates.io | zang-macro |
lib.rs | zang-macro |
version | 0.1.1 |
source | src |
created_at | 2023-08-22 07:19:21.224034 |
updated_at | 2023-08-22 07:33:56.905686 |
description | Rust language tokens translated to Uzbek |
homepage | https://github.com/rust-lang-uz/zang |
repository | https://github.com/rust-lang-uz/zang |
max_upload_size | |
id | 950764 |
size | 6,264 |
Rust language tokens translated to Uzbek
Add this to your Cargo.toml
:
[dependencies]
zang-macro = "0.1.0"
or just install it via cargo:
cargo install zang-macro
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!");
}
}