move grid functions to trait

This commit is contained in:
Vinzenz Schroeter 2024-05-18 10:50:35 +02:00
parent 314bec36f3
commit bcf040911d
11 changed files with 96 additions and 88 deletions

View file

@ -1,6 +1,6 @@
use clap::Parser;
use servicepoint2::{ByteGrid, Command, Connection, Origin};
use servicepoint2::{ByteGrid, Command, Connection, Grid, Origin};
#[derive(Parser, Debug)]
struct Cli {