Crates.io | compiletime |
lib.rs | compiletime |
version | 1.1.0 |
source | src |
created_at | 2020-07-11 17:29:20.480648 |
updated_at | 2020-07-12 00:02:28.29385 |
description | Get the time at compile-time. |
homepage | |
repository | https://github.com/luxxxxy/compiletime-rs |
max_upload_size | |
id | 264119 |
size | 5,177 |
Currently required nightly Rust due to rust#54727
Example:
fn main() {
println!("This program was compiled {} ms after 1 January 1970!", compiletime::milliseconds!());
}