xx 2.5.4

A collection of useful Rust macros and small functions.
Documentation
pub const ADVERBS: &[&str] = &[
    // Motion/manner
    "calmly",
    "deeply",
    "gently",
    "gracefully",
    "lightly",
    "quietly",
    "slowly",
    "softly",
    "swiftly",
    // Time
    "briefly",
    "early",
    "endlessly",
    "eternally",
    "finally",
    "forever",
    "lately",
    "newly",
    "often",
    "rarely",
    "recently",
    "sometimes",
    "soon",
    "still",
    // Degree
    "almost",
    "barely",
    "completely",
    "entirely",
    "fully",
    "greatly",
    "hardly",
    "merely",
    "mostly",
    "nearly",
    "partly",
    "purely",
    "truly",
    "vastly",
    "wholly",
    // Poetic/nature
    "brightly",
    "clearly",
    "coldly",
    "coolly",
    "darkly",
    "dimly",
    "faintly",
    "fiercely",
    "freely",
    "freshly",
    "highly",
    "keenly",
    "mildly",
    "plainly",
    "richly",
    "sharply",
    "silently",
    "smoothly",
    "warmly",
    "widely",
    "wildly",
];