Rust language tokens translated to Uzbek
Just install it via cargo using install command:
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!");
}
}