Commit Graph

21 Commits

Author SHA1 Message Date
oysteikt 61e077e6e5 commands: remove Command for bi-directional assoc types
Build and test / check (push) Successful in 1m3s
Build and test / docs (push) Successful in 1m29s
Build and test / test (push) Successful in 1m49s
Build and test / build (push) Successful in 1m58s
Also add a `serialize` stub for responses
2026-07-24 16:32:34 +09:00
oysteikt 56d7c942db commands: remove toplevel Request/Response enums
This also exposes all the command types as public API
2026-06-21 15:39:23 +09:00
oysteikt a89ad2f93e commands: constructors for all commands
Build and test / build (push) Successful in 1m12s
Build and test / check (push) Successful in 1m22s
Build and test / test (push) Successful in 1m57s
Build and test / docs (push) Successful in 2m16s
2026-01-10 00:12:15 +09:00
oysteikt 4356258312 commands: store SubtypeParserError expected type as &str 2025-12-08 17:48:44 +09:00
oysteikt 44b0e6aa85 commands: use new error variants for various commands 2025-12-08 15:54:37 +09:00
oysteikt 670cdc7ba5 Preallocate a few more response parsers 2025-12-08 14:27:42 +09:00
oysteikt d123a53828 commands: strip lifetimes 2025-12-08 12:30:19 +09:00
oysteikt 72923b1549 common/types: flatten to types 2025-12-08 04:14:32 +09:00
oysteikt 2a97914c93 commands: split Command trait into req + res parts 2025-12-05 22:54:01 +09:00
oysteikt d811840ea1 commands: parse to Self::Request 2025-12-05 22:00:11 +09:00
oysteikt ef753e199a common: don't expose types directly 2025-12-05 20:59:19 +09:00
oysteikt 162b6f95f1 commands: remove some fixed TODOs 2025-11-24 21:59:42 +09:00
oysteikt e45d8c054b commands: split response tokenizer into separate file 2025-11-24 19:16:09 +09:00
oysteikt f3ad2fc73a Implement a proper request tokenizer 2025-11-24 14:18:30 +09:00
oysteikt 63dfa1b255 WIP: serialize requests 2025-11-21 16:48:55 +09:00
oysteikt 8967f38ffa cargo fmt + clippy 2025-11-21 16:02:15 +09:00
oysteikt d3e7fac92c commands: precalculate capacity and use iterators 2025-11-21 14:44:17 +09:00
oysteikt 29f4e0519e commands: fix clippy warnings about confusing elided lifetimes 2025-10-12 22:59:50 +09:00
oysteikt 88e3deebc8 Rust edition 2024 2025-02-26 16:39:34 +01:00
oysteikt 98e6a05f9f commands: add some TODOs for assumptions made about syntax 2024-12-13 19:31:12 +01:00
oysteikt 7c91dda409 Add more commands 2024-12-01 20:06:01 +01:00