Commit Graph

48 Commits

Author SHA1 Message Date
oysteikt a261bdbf89 common/types: add debug assertions for range orders 2025-10-13 15:35:56 +09:00
oysteikt dcd8444a6a flake.lock: bump, Cargo.toml: update inputs 2025-10-12 23:01:17 +09:00
oysteikt 29f4e0519e commands: fix clippy warnings about confusing elided lifetimes 2025-10-12 22:59:50 +09:00
oysteikt 6d9e9cd468 flake.lock: bump, Cargo.toml: update inputs 2025-09-20 18:05:21 +02:00
oysteikt dcfe30e0fd .gitignore: ignore Cargo.lock
This is okay because this is a library
2025-09-20 18:03:35 +02:00
oysteikt 708849e87f flake.lock: bump 2025-08-03 05:01:37 +02:00
oysteikt ae0fbaaa15 .gitea/workflows: update gitea-web target host 2025-08-03 04:50:01 +02:00
oysteikt 8e10db40bd Cargo.toml: update deps 2025-07-11 20:37:16 +02:00
oysteikt aba16b3216 flake.lock: bump 2025-07-11 20:36:58 +02:00
oysteikt fe840015f4 flake.nix: add cargo-edit to devshell 2025-07-11 20:36:50 +02:00
oysteikt a1cea09979 flake.lock: bump 2025-05-07 10:43:24 +02:00
oysteikt de1cdd59ac Cargo.lock: bump 2025-05-05 10:15:00 +02:00
oysteikt 1e352d4413 flake.lock: bump 2025-05-05 10:13:44 +02:00
oysteikt 88e3deebc8 Rust edition 2024 2025-02-26 16:39:34 +01:00
oysteikt 98d1b1eebb common/types: move stuff from requests to types 2025-02-23 19:46:28 +01:00
oysteikt 05ae68de0b commands: deduplicate logic in macros, add more macros 2025-02-23 19:16:58 +01:00
oysteikt f6c76fb006 commands: implement some more response parsers 2025-02-23 16:41:15 +01:00
oysteikt 77d6ce919e Cargo fmt 2025-02-23 16:40:06 +01:00
oysteikt 11598a5827 commands: move ResponseAttributes parser out of Command 2025-02-23 16:33:34 +01:00
oysteikt 90a467287f flake.lock: bump 2025-02-23 16:30:39 +01:00
oysteikt 28c90b4802 common: move types into separate files 2025-02-23 16:30:21 +01:00
oysteikt 71af030116 Move project from Projects to Grzegorz 2025-01-06 16:32:13 +01:00
oysteikt 0b5fb4b571 commands: fix some syntax errors reporting literals 2024-12-14 00:19:25 +01:00
oysteikt c04c14e710 Implement some more commands 2024-12-14 00:14:02 +01:00
oysteikt 8dc6bb0382 commands: add missing debug asserts 2024-12-13 19:31:40 +01:00
oysteikt 98e6a05f9f commands: add some TODOs for assumptions made about syntax 2024-12-13 19:31:12 +01:00
oysteikt 7c26e2c409 response: remove leftover response types, add error codes 2024-12-13 18:29:54 +01:00
oysteikt 1e6279b7df Implement some more commands 2024-12-13 18:20:03 +01:00
oysteikt ace026af6b commands: add a few TODOs 2024-12-13 17:08:59 +01:00
oysteikt c62dfc58c9 format 2024-12-13 17:08:15 +01:00
oysteikt b03c0fac3c commands: verify key uniqueness for ResponseAttributes -> HashMap 2024-12-13 17:06:28 +01:00
oysteikt b4dfdb9b8b commands: use real Filter type 2024-12-13 17:05:08 +01:00
oysteikt ecbc645784 Move repo to Projects 2024-12-13 17:02:58 +01:00
oysteikt 642a46a7fc examples/mpd-client: format 2024-12-13 16:59:40 +01:00
oysteikt f6981052c8 .gitea/build-and-test: init 2024-12-10 21:48:20 +01:00
oysteikt 0ff66fb9d9 .envrc: init 2024-12-05 18:10:11 +01:00
oysteikt 7c91dda409 Add more commands 2024-12-01 20:06:01 +01:00
oysteikt d2ef02971f Add existing command parsers to the main request parser 2024-12-01 19:16:44 +01:00
oysteikt a7da84bc9c Implement some more commands 2024-11-30 17:12:49 +01:00
oysteikt b84cf514c2 prefer unimplemented! for unimplemented functions 2024-11-30 03:36:00 +01:00
oysteikt 28610b5235 commands: add derives for a few response types 2024-11-30 03:31:52 +01:00
oysteikt 94b42b52bc commands: handle some more response parsing 2024-11-30 03:28:22 +01:00
oysteikt 1b22b05dc6 commands/stats: parse_response 2024-11-30 02:28:29 +01:00
oysteikt d59b1bfb40 commands: make macros usable without use statements 2024-11-30 02:28:10 +01:00
oysteikt 48f7fc1faa commands: use different datastructure for response attrs 2024-11-30 02:18:06 +01:00
oysteikt 6c984cf322 flake.lock: bump 2024-11-30 01:57:57 +01:00
oysteikt a1ef15f41b Continued development 2024-11-30 01:57:45 +01:00
oysteikt 8b0d33b941 Initial commit 2024-11-05 22:47:35 +01:00