macro_rules! long_version {
() => { ... };
}Available on crate feature
terminal only.Expand description
Builds the long version string (version, enabled features, build
target and git revision) for a binary’s --version output.