z1info_rust

Add extra information to the binary package through cargo run [...] z1info=extra_information

Use

add code

no_run fn main() { z1info_rust::run("z1template"); // z1info_test::run("z1_info:{z1_info},git_info:{git_info},build_time:{build_time}"); }

run command

z1info= must be placed at the end of the command line,cargo runwill write extra information to tmp file.

build

Result

run command or run builded binary package

The Result


=============== z1info extended data ====================
| Extended data added to binary file through z1info.
|--------------- z1info parameter ----------------------
| z1info=version:1.2.3,compiler:myzero1
|--------------- git info ------------------------------
| commit id: 94896476ea1696f9b8764cd845f225e4af586bc4
|--------------- build time ----------------------------
| 1621770625
=========================================================