1// micro-timer 2// 3// Copyright 2020, Raphaël Gomès <rgomes@octobus.net> 4 5pub extern crate scopeguard; 6pub use micro_timer_macros::timed;