sshy 0.1.2

TUI application to make SSH configuration easier
1
2
3
4
5
6
7
use serde::Serialize;

#[derive(Clone, Copy, PartialEq, Eq, Serialize, Debug)]
pub enum ColorVariant {
    Success,
    Danger
}