zang-macro 0.1.1

Rust language tokens translated to Uzbek
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 5.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 32.2 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • rust-lang-uz/zang
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • orzklv

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