engusmaze / loop-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loop code

loop_code gives you macro loop_code::repeat which allows you to repeat blocks of code an arbitrary number of times.

Simple example

use loop_code::repeat;

repeat!(5 {
    println!("Hello world");
});

About

License:Apache License 2.0


Languages

Language:Rust 100.0%