Skip to main content

LONG_VERSION

Static LONG_VERSION 

Source
pub static LONG_VERSION: LazyLock<String>
Expand description

The body of devp --version.

Built at runtime rather than with concat!, which only takes literals and would mean spelling the author and the URL a second time. Two copies of a string are two things that can disagree, and this one exists precisely so that a stray copy of the binary can still be traced back.