MCPcopy Create free account
hub / github.com/cgsdev0/termsand / SnowGrid

Class SnowGrid

src/main.rs:360–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358#[derive(Clone)]
359struct Cell {
360 fg: u32,
361 bg: u32,
362 ul_color: u32,
363 c: char,
364 style: CellStyle,
365}
366struct Grid {
367 width: usize,
368 height: usize,
369 data: Box<[Cell]>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected