Commit Graph

52 Commits

Author SHA1 Message Date
f9b590472d commands: implement common traits for responses 2026-01-09 13:31:12 +09:00
5e13a4be16 commands: implement response parser for decoders 2026-01-09 13:31:11 +09:00
56da3736f0 commands: implement response parser for listneighbors 2026-01-09 13:31:11 +09:00
ec05a550b6 commands: implement response parser for outputs 2026-01-09 13:31:11 +09:00
880afa7bc3 common/types: add debug assertions for range orders 2026-01-09 13:31:11 +09:00
176a801bd0 flake.lock: bump, Cargo.toml: update inputs 2026-01-09 13:31:10 +09:00
90d336fd93 commands: fix clippy warnings about confusing elided lifetimes 2026-01-09 13:31:10 +09:00
f07d54272b flake.lock: bump, Cargo.toml: update inputs 2026-01-09 13:31:10 +09:00
6bcdc71127 .gitignore: ignore Cargo.lock
This is okay because this is a library
2026-01-09 13:31:09 +09:00
790c8a0dd5 flake.lock: bump 2026-01-09 13:31:09 +09:00
5081504939 .gitea/workflows: update gitea-web target host 2026-01-09 13:31:09 +09:00
f3fd902832 Cargo.toml: update deps 2026-01-09 13:31:09 +09:00
a946be7640 flake.lock: bump 2026-01-09 13:31:08 +09:00
34d201af3c flake.nix: add cargo-edit to devshell 2026-01-09 13:31:08 +09:00
77df8f0f47 flake.lock: bump 2026-01-09 13:31:08 +09:00
c4f0c417fb Cargo.lock: bump 2026-01-09 13:31:07 +09:00
c18c037259 flake.lock: bump 2026-01-09 13:31:07 +09:00
ee89663f67 Rust edition 2024 2026-01-09 13:31:07 +09:00
b5576d901f common/types: move stuff from requests to types 2026-01-09 13:31:06 +09:00
9ff0b0264f commands: deduplicate logic in macros, add more macros 2026-01-09 13:31:06 +09:00
97c163734a commands: implement some more response parsers 2026-01-09 13:31:06 +09:00
9181974f1e Cargo fmt 2026-01-09 13:31:06 +09:00
4cab15a59f commands: move ResponseAttributes parser out of Command 2026-01-09 13:31:05 +09:00
143b7b2dc9 flake.lock: bump 2026-01-09 13:31:05 +09:00
bad7fcbb88 common: move types into separate files 2026-01-09 13:31:05 +09:00
fe6f47de7e Move project from Projects to Grzegorz 2026-01-09 13:31:05 +09:00
e9fc3a2a23 commands: fix some syntax errors reporting literals 2026-01-09 13:31:04 +09:00
13f4ca4563 Implement some more commands 2026-01-09 13:31:04 +09:00
32dfc497a7 commands: add missing debug asserts 2026-01-09 13:31:04 +09:00
7dca46caf8 commands: add some TODOs for assumptions made about syntax 2026-01-09 13:31:04 +09:00
53976c522e response: remove leftover response types, add error codes 2026-01-09 13:31:02 +09:00
a80ca0e0f4 Implement some more commands 2026-01-09 13:30:23 +09:00
66018b1313 commands: add a few TODOs 2026-01-09 13:30:23 +09:00
95b6f73684 format 2026-01-09 13:30:23 +09:00
33cbf46739 commands: verify key uniqueness for ResponseAttributes -> HashMap 2026-01-09 13:30:23 +09:00
5e3e2df1e1 commands: use real Filter type 2026-01-09 13:30:22 +09:00
1057d6320d Move repo to Projects 2026-01-09 13:30:22 +09:00
7815e11221 examples/mpd-client: format 2026-01-09 13:30:22 +09:00
85b0911324 .gitea/build-and-test: init 2026-01-09 13:30:21 +09:00
1a77bf7418 .envrc: init 2026-01-09 13:30:21 +09:00
1334765426 Add more commands 2026-01-09 13:30:21 +09:00
5b2b97611e Add existing command parsers to the main request parser 2026-01-09 13:30:21 +09:00
2ca3cd40bc Implement some more commands 2026-01-09 13:30:20 +09:00
8461542735 prefer unimplemented! for unimplemented functions 2026-01-09 13:30:20 +09:00
771bc17358 commands: add derives for a few response types 2026-01-09 13:30:20 +09:00
4b8831933e commands: handle some more response parsing 2026-01-09 13:30:20 +09:00
2bdb64f19a commands/stats: parse_response 2026-01-09 13:30:19 +09:00
0ead03cbce commands: make macros usable without use statements 2026-01-09 13:30:19 +09:00
d52ac2b578 commands: use different datastructure for response attrs 2026-01-09 13:30:19 +09:00
2c89725e54 flake.lock: bump 2026-01-09 13:30:18 +09:00