//! Project identity crate for Elura.
//!
//! Elura is an online-game server framework under active development. This
//! initial release establishes the project namespace and exposes stable
//! project metadata while the framework crates are prepared for publication.
/// The public project name.
pub const NAME: &str = "Elura";
/// The project homepage.
pub const REPOSITORY: &str = "https://github.com/arion-dsh/elura";
/// Describes the maturity of this initial namespace release.
pub const STATUS: &str = "pre-release";
/// Returns whether this release predates the public framework API.
pub const