servicepoint 0.16.0

A rust library for the CCCB Service Point Display.
Documentation
1
2
3
4
use crate::ValueGrid;

/// A 2d grid of bytes - see [`ValueGrid`].
pub type ByteGrid = ValueGrid<u8>;