Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 877 Bytes

readme.md

File metadata and controls

30 lines (21 loc) · 877 Bytes

logo

Zang

Rust language tokens translated to Uzbek

GitHub top language Chat

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!");
    }
}