improve hex parser for text protocol

This commit is contained in:
Noa Aarts 2024-10-06 23:11:26 +02:00
parent bed946b4a0
commit 0978664188
Signed by: noa
GPG key ID: 1850932741EFF672
4 changed files with 45 additions and 16 deletions

View file

@ -1,5 +1,6 @@
#![feature(test)]
#![feature(sync_unsafe_cell)]
#![feature(if_let_guard)]
mod binary_protocol;
mod grid;