3 个不稳定版本
0.2.0 | 2020年12月12日 |
---|---|
0.1.1 | 2020年10月18日 |
0.1.0 | 2020年10月16日 |
在 #timed 中排名第 14
每月下载量 1,909 次
在 2 个crate中使用(通过 timed)
7KB
140 行
为 timed
crate 编写的宏
lib.rs
:
Call this using #[timed]
It will print by default with `println!`
If you want to change the printer you can use #[timed(printer = "info!")]
or any other macro or function that takes in a String.`
#[timed(duration(printer = "println!"))]
依赖关系
~2MB
~43K SLoC