compiletime 1.1.0

Get the time at compile-time.
Documentation

Get the time at compile-time!

Currently required nightly Rust due to rust#54727

Example:

fn main() {
	println!("This program was compiled {} ms after 1 January 1970!", compiletime::milliseconds!());
}