| Crates.io | compiletime |
| lib.rs | compiletime |
| version | 1.1.0 |
| created_at | 2020-07-11 17:29:20.480648+00 |
| updated_at | 2020-07-12 00:02:28.29385+00 |
| 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!());
}