//! Veltrix: small utilities for common paths and emoji constants.
//!
//! This crate provides helpers for resolving standard system and user
//! file locations, a small set of emoji constants (behind the `emojis`
//! feature), and convenience error types used across the helpers.
/// Error types and result alias used by Veltrix helpers.
/// Path helpers and common path-related constants.
/// `unistd` helpers (optional, behind the `unistd` feature).
/// Emoji constants and lookup helpers (generated by the codegen crate).
/// Re-exported result alias and primary error type for ergonomics.
pub use ;