fyrer 0.2.2

A lightweight tool to run multiple dev servers concurrently
1
2
3
4
5
6
7
8
9
pub const COLORS: &[colored::Color] = &[
    colored::Color::Green,
    colored::Color::Yellow,
    colored::Color::Blue,
    colored::Color::Magenta,
    colored::Color::Cyan,
    colored::Color::White,
    colored::Color::BrightMagenta,
];