xx 2.5.4

A collection of useful Rust macros and small functions.
Documentation
pub const ADJECTIVES: &[&str] = &[
    // Nature/weather
    "autumn",
    "billowing",
    "bitter",
    "calm",
    "cold",
    "cool",
    "crimson",
    "damp",
    "dark",
    "dawn",
    "dry",
    "dusk",
    "empty",
    "falling",
    "floral",
    "foggy",
    "fragrant",
    "frosty",
    "golden",
    "green",
    "hazy",
    "icy",
    "late",
    "misty",
    "morning",
    "muddy",
    "rainy",
    "red",
    "rough",
    "silent",
    "snowy",
    "spring",
    "still",
    "stormy",
    "summer",
    "sunny",
    "twilight",
    "wandering",
    "weathered",
    "white",
    "wild",
    "windy",
    "winter",
    "wispy",
    // Age/time
    "aged",
    "ancient",
    "bold",
    "broken",
    "early",
    "fading",
    "fresh",
    "late",
    "lingering",
    "long",
    "nameless",
    "new",
    "old",
    "patient",
    "quick",
    "slow",
    "swift",
    "timeless",
    "weathered",
    "withered",
    "young",
    // Character/quality
    "black",
    "blue",
    "bright",
    "crimson",
    "delicate",
    "divine",
    "fierce",
    "gentle",
    "hidden",
    "holy",
    "humble",
    "little",
    "lively",
    "lonely",
    "proud",
    "purple",
    "quiet",
    "rapid",
    "restless",
    "rough",
    "shy",
    "small",
    "soft",
    "solitary",
    "sparkling",
    "polished",
    "thriving",
    "wandering",
    // Additional poetic
    "azure",
    "blazing",
    "bold",
    "brilliant",
    "burning",
    "celestial",
    "chill",
    "clear",
    "cosmic",
    "crystal",
    "dancing",
    "distant",
    "drifting",
    "dusky",
    "dusty",
    "eastern",
    "eternal",
    "faint",
    "flaming",
    "fleeting",
    "floating",
    "flowing",
    "fragile",
    "frozen",
    "glowing",
    "graceful",
    "hollow",
    "hushed",
    "ivory",
    "jagged",
    "languid",
    "luminous",
    "mellow",
    "muted",
    "noble",
    "northern",
    "pale",
    "passing",
    "peaceful",
    "plain",
    "radiant",
    "rising",
    "roaming",
    "rugged",
    "rustling",
    "sacred",
    "scarlet",
    "serene",
    "shaded",
    "shimmering",
    "shining",
    "silver",
    "sleepy",
    "slender",
    "soaring",
    "solemn",
    "southern",
    "steep",
    "subtle",
    "sunny",
    "tender",
    "tranquil",
    "twilight",
    "vast",
    "velvet",
    "verdant",
    "vivid",
    "warm",
    "wary",
    "western",
    "whispering",
    "winding",
    "wintry",
];