add first specific commands

This commit is contained in:
Vinzenz Schroeter 2025-05-05 22:55:18 +02:00
commit 373725c648
7 changed files with 360 additions and 66 deletions

View file

@ -42,6 +42,7 @@ mod bitvec;
mod brightness_grid;
mod byte_slice;
mod char_grid;
mod commands;
mod cp437_grid;
mod packet;
mod typed_command;
@ -78,3 +79,6 @@ pub(crate) unsafe fn heap_remove<T>(x: NonNull<T>) -> T {
/// This is a type only used by cbindgen to have a type for pointers.
pub struct UdpSocket;
/// This is a type only used by cbindgen to have a type for pointers.
pub struct DisplayBitVec;