Add this to your Cargo.toml
:
toml
[dependencies]
zang-macro = "0.1.0"
or just install it via cargo:
shell
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]
rust
zang_macro::zang!{
funksiya asosiy() {
yoziq!("Salom, Zang!");
}
}