//! Veltrix: small utilities for paths, processes, services, and platform helpers.
/// Error types and result alias used by Veltrix helpers.
/// OS helpers and common OS-related constants.
/// Service integrations such as Podman and Caddy.
/// Introduced in v0.2.0, but still in early stages of development.
/// Unicode helpers, such as emoji constants and lookup functions.
/// Transitional top-level emoji helpers.
///
/// `veltrix::unicode::emojis` is the canonical v0.4+ path. This re-export
/// keeps the v0.1-v0.3 `veltrix::emojis` path available during migration.
pub use emojis;
/// Value-level parsing and formatting helpers.
/// Re-exported result alias and primary error type for ergonomics.
pub use ;