Skip to content

engusmaze/loop-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages