pub const fn is_beta() -> boolExpand description
Returns true when the running build is a beta (patch number at or above
[BETA_PATCH_THRESHOLD]). All workspace crates share the same version so
this answer applies to the whole product regardless of which crate calls.