zang-macro

Crates.iozang-macro
lib.rszang-macro
version0.1.1
sourcesrc
created_at2023-08-22 07:19:21.224034
updated_at2023-08-22 07:33:56.905686
descriptionRust language tokens translated to Uzbek
homepagehttps://github.com/rust-lang-uz/zang
repositoryhttps://github.com/rust-lang-uz/zang
max_upload_size
id950764
size6,264
Sokhibjon Orzikulov (orzklv)

documentation

https://docs.rs/zang-macro

README

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!");
    }
}
Commit count: 9

cargo fmt