netsuke-build 0.1.0-beta1

A YAML-powered Ninja/Jinja hybrid build system.
1
2
3
4
5
6
7
//! Constants shared across CLI configuration modules.
//!
//! Owning these here keeps sibling modules such as `merge` and `environment`
//! free of dependencies on one another.

/// Prefix identifying environment variables that carry Netsuke configuration.
pub(super) const ENV_PREFIX: &str = "NETSUKE_";