Added rotctl protocol parser

This commit is contained in:
Sebastian 2024-05-03 16:16:24 +02:00
commit b38014686b
5 changed files with 323 additions and 0 deletions

5
src/main.rs Normal file
View file

@ -0,0 +1,5 @@
mod rotctl;
fn main() {
println!("Hello, world!");
}