Commit Graph

16 Commits

Author SHA1 Message Date
3342293bf2 commands: use new error variants for various commands
Some checks failed
Build and test / build (push) Failing after 1m1s
Build and test / check (push) Failing after 1m25s
Build and test / test (push) Failing after 1m25s
Build and test / docs (push) Failing after 1m0s
2025-12-08 15:54:37 +09:00
8430592bee commands: strip lifetimes 2025-12-08 12:30:19 +09:00
78cfc09d60 commands: add newline at end of all command serializers 2025-12-08 12:13:05 +09:00
4f8f5db620 make ResponseParserError self-contained, impl thiserror 2025-12-08 05:31:13 +09:00
1e39640508 common/types: flatten to types
Some checks failed
Build and test / check (push) Failing after 47s
Build and test / build (push) Failing after 1m3s
Build and test / docs (push) Failing after 1m1s
Build and test / test (push) Failing after 1m48s
2025-12-08 04:14:32 +09:00
b0bc2752cc commands: add response types for multiple commands
Some checks failed
Build and test / build (push) Successful in 1m3s
Build and test / test (push) Has been cancelled
Build and test / docs (push) Has been cancelled
Build and test / check (push) Has been cancelled
2025-12-08 00:44:37 +09:00
b0b4134829 commands: split Command trait into req + res parts
Some checks failed
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
07e1c76aa9 commands: parse to Self::Request
Some checks failed
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
7834bbd956 common: don't expose types directly 2025-12-05 20:59:19 +09:00
b03f60c985 common/types: add better alias for PlaylistVersion 2025-11-25 05:28:19 +09:00
7b27a650a1 commands: split response tokenizer into separate file 2025-11-24 19:28:28 +09:00
b5fbaadca2 Implement a proper request tokenizer 2025-11-24 19:25:00 +09:00
3bd7aaaad2 WIP: serialize requests 2025-11-21 18:50:58 +09:00
1d693b7b2a commands: fix clippy warnings about confusing elided lifetimes 2025-10-12 22:59:50 +09:00
e910d29aa4 Rust edition 2024
Some checks failed
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
08104b3537 Implement some more commands 2024-12-01 18:31:34 +01:00