pub fn run()
Expand description

Gathers build information and generates code to make it available at runtime. It writes a file named built.rs into Cargo’s build output directory.

Panics

If build-time information failed to be gathered.