1
2
3
4
5
6
// micro-timer
//
// Copyright 2020, Raphaël Gomès <rgomes@octobus.net>

pub extern crate scopeguard;
pub use micro_timer_macros::timed;