feat: implement service users

This commit is contained in:
2025-10-28 06:51:34 +04:00
parent b635750e28
commit d1ef5c032e
20 changed files with 450 additions and 126 deletions

View File

@@ -25,7 +25,7 @@ fn format_column_index(index: u32) -> String {
return format!("{}{}", format_column_index(quotient - 1), char);
}
return char.to_string();
char.to_string()
}
impl Display for CellPos {