//! Shared constants, functions, etc across the natrix project.
/// The mount point for the auto generated `index.html` from the cli.
pub const MOUNT_POINT: &str = "NATRIX_MOUNT";
/// The env var to use to pass the output dir to macros.
pub const MACRO_OUTPUT_ENV: &str = "NATRIX_MACRO_OUTPUT";