String Optizations

This commit is contained in:
Marco De Araujo 2026-01-12 12:37:28 -04:00
parent 3929a4a277
commit 3d69f530d4
2 changed files with 22 additions and 12 deletions

View file

@ -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,