Docs.rs
time_main-0.1.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
time_main 0.1.1
Prints the time it took to execute the main function of a program with an attribute macro.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
demo.rs
1
2
3
4
use
time_main
::
time
;
#
[
time
]
fn
main
(
)
{
}