Crate build_stamp

Source

Structs§

BuildStamp
Parameters from build time. Note that cargo won’t regenerate this if source files don’t change. I recommend a post-commit hook to touch build.rs if you want revs marked clean.

Functions§

write_stamp_file_at_compile_time
Writes the current values to generated_stamp.rs in the out directory, intended to be run at compile time from build.rs.