timed 0.2.0

Macros to time function execution
Documentation
1
2
3
4
5
6
7
8
[tasks.build]
command = "cargo"
args = ["build"]

[tasks.all]
dependencies = [
    "build",
]