Ver-stub: inject build info without triggering cargo rebuilds

Instead of injecting build info like git revisions or timestamps into the source code, which causes unnecessary rebuilds, you can inject it into a custom linker section. ver-stub provides a safe interface to read the linker section from within your program, and provides tools to write it, either from build.rs or with a cli tool.