Crate count_macro

Source

Macrosยง

count
Count without wrapping (panic if counter exceeds usize). Every instance of _int_ and _int_countername_ will be replaced with the counter value and then the counter will be increased.
wrapping_count
Count with wrapping (wraps to 0 if counter exceeds usize). Every instance of _int_ and _int_countername_ will be replaced with the counter value and then the counter will be increased.