time_main 0.1.1

Prints the time it took to execute the main function of a program with an attribute macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "time_main"
version = "0.1.1"
edition = "2021"
description = "Prints the time it took to execute the main function of a program with an attribute macro."
license = "Apache-2.0/MIT"
documentation = "https://docs.rs/time_main"

[lib]
proc-macro = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = "1.0.18"
syn = { version = "1.0.96", features = ["full"] }