Commit Graph

9 Commits

Author SHA1 Message Date
e24451900f commands: split Command trait into req + res parts 2025-12-05 22:54:01 +09:00
09925a1df5 commands: parse to Self::Request 2025-12-05 22:00:11 +09:00
0dedc74293 common: don't expose types directly 2025-12-05 20:59:19 +09:00
02e292ffd7 response_tokenizer: rewrite
This commit contains a rewrite of the response tokenizer, which
introduces lazy parsing of the response, handling of binary data, some
tests, as well as just generally more robustness against errors.
2025-11-24 23:49:27 +09:00
47e42a3472 commands: split response tokenizer into separate file 2025-11-24 19:16:09 +09:00
74c86dd5b9 Implement a proper request tokenizer 2025-11-24 14:18:30 +09:00
e0e7509be7 WIP: serialize requests 2025-11-21 16:48:55 +09:00
1f5b6a09d1 commands: fix clippy warnings about confusing elided lifetimes 2025-10-12 22:59:50 +09:00
61cdfec0b7 Implement some more commands 2024-11-30 17:12:49 +01:00