ver-shim-build
Build script helper for ver-shim.
This crate generates link section content matching what ver-shim expects at runtime.
It collects git information (SHA, branch, commit timestamp, etc.) and build timestamps,
then writes the data to a file or patches it directly into a binary.
Example
// build.rs
See Also
ver-shim- Runtime library for reading version dataver-shim-tool- CLI tool (if you don't need build.rs integration)- Main documentation - Full usage instructions and examples