2 releases

0.1.1 Aug 22, 2023
0.1.0 Aug 22, 2023

#1454 in Procedural macros

MIT license

7KB
119 lines

logo

Zang

Rust language tokens translated to Uzbek

GitHub top language Chat

Installing

Add this to your Cargo.toml:

[dependencies]
zang-macro = "0.1.0"

or just install it via cargo:

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

No runtime deps