[][src]Module neon::meta

Utilities exposing metadata about the Neon version and build.

Constants

BUILD_PROFILE

The current build profile (either "release" or "debug").

MAJOR

The Neon major version.

MINOR

The Neon minor version.

PATCH

The neon patch version.

VERSION

The Neon version.

Functions

version

Produces a semver::Version data structure representing the Neon version.