git-plumber 0.1.3

Explore git internals, the plumbing
Documentation
1
2
3
4
fn main() {
    // Generate built.rs with build information
    built::write_built_file().expect("Failed to acquire build-time information");
}