loop-code

Crates.ioloop-code
lib.rsloop-code
version0.5.2
sourcesrc
created_at2023-01-28 03:27:42.957985
updated_at2023-01-28 03:36:01.046318
descriptionCode repeating macro
homepagehttps://github.com/engusmaze/loop-code
repositoryhttps://github.com/engusmaze/loop-code
max_upload_size
id770120
size18,872
EngusMaze (engusmaze)

documentation

https://docs.rs/loop-code/

README

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

cargo fmt