pub fn is_dev_build() -> bool
Dev build marker. release.yml swaps Cargo.toml version before building, so any binary whose version is still “0.0.0” is an unreleased build.
release.yml
Cargo.toml