Structs§
- Build
Stamp - 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 frombuild.rs
.