String Optizations
This commit is contained in:
parent
3929a4a277
commit
3d69f530d4
2 changed files with 22 additions and 12 deletions
|
|
@ -6,7 +6,7 @@ use rayon::prelude::*;
|
|||
use std::borrow::Cow;
|
||||
pub const BORDER_LINES_VIEW: usize = 3;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum MonitorStatus {
|
||||
Up,
|
||||
Down,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue