Crate below_common

Source

Modules§

cliutil
dateutil
dateutil
fileutil
logutil
util

Macros§

every_n
Execute an expression every n times. For example every_n!(1 + 2, println!("I'm mod 3") will print on the 1st, 4th, and so on calls.
open_source_shim