Skip to main content

is_dev_build

Function is_dev_build 

Source
pub fn is_dev_build() -> bool
Expand description

Whether this is a development build (with commit hash in version) or a release build.

Returns true for development builds (version includes SHA), false for releases.