2 releases
0.1.1 | Aug 22, 2023 |
---|---|
0.1.0 | Aug 22, 2023 |
#1454 in Procedural macros
7KB
119 lines
Zang
Rust language tokens translated to Uzbek
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!");
}
}