Commit Graph

17 Commits

Author SHA1 Message Date
oysteikt b0b4134829 commands: split Command trait into req + res parts
Build and test / check (push) Failing after 1m2s
Build and test / build (push) Successful in 1m8s
Build and test / test (push) Successful in 2m23s
Build and test / docs (push) Successful in 1m24s
2025-12-08 00:07:37 +09:00
oysteikt 07e1c76aa9 commands: parse to Self::Request
Build and test / check (push) Failing after 43s
Build and test / build (push) Successful in 1m2s
Build and test / docs (push) Successful in 1m12s
Build and test / test (push) Successful in 1m44s
2025-12-05 22:00:11 +09:00
oysteikt 7834bbd956 common: don't expose types directly 2025-12-05 20:59:19 +09:00
oysteikt e5f70ca87a common/types: add type for ChannelName 2025-11-25 05:28:19 +09:00
oysteikt 65c7798d01 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:53:03 +09:00
oysteikt 7b27a650a1 commands: split response tokenizer into separate file 2025-11-24 19:28:28 +09:00
oysteikt b5fbaadca2 Implement a proper request tokenizer 2025-11-24 19:25:00 +09:00
oysteikt 3bd7aaaad2 WIP: serialize requests 2025-11-21 18:50:58 +09:00
oysteikt 130fe49597 commands: create result struct for readmessages 2025-11-21 14:55:57 +09:00
oysteikt 1d693b7b2a commands: fix clippy warnings about confusing elided lifetimes 2025-10-12 22:59:50 +09:00
oysteikt e910d29aa4 Rust edition 2024
Build and test / build (push) Successful in 59s
Build and test / check (push) Failing after 1m2s
Build and test / test (push) Successful in 1m42s
Build and test / docs (push) Successful in 1m19s
2025-02-26 16:39:34 +01:00
oysteikt 380a4aed2c commands: deduplicate logic in macros, add more macros
Build and test / build (push) Successful in 59s
Build and test / check (push) Failing after 1m2s
Build and test / test (push) Successful in 1m40s
Build and test / docs (push) Successful in 1m27s
2025-02-23 19:26:46 +01:00
oysteikt 08104b3537 Implement some more commands 2024-12-01 18:31:34 +01:00
oysteikt d45502a43e commands: add derives for a few response types 2024-11-30 03:31:52 +01:00
oysteikt 4fada75fe9 commands: handle some more response parsing 2024-11-30 03:28:22 +01:00
oysteikt 84f061a79f commands: use different datastructure for response attrs 2024-11-30 02:18:06 +01:00
oysteikt 49e070a41d Continued development 2024-11-30 01:57:45 +01:00