clean: add docstrings, move a few things around

This commit is contained in:
2024-04-30 17:39:33 +02:00
parent 7e20ff9b56
commit 64bf743c6c
7 changed files with 169 additions and 99 deletions

View File

@@ -1,3 +1,5 @@
//! JSON parsing logic for command responses from [`MpvIpc`](crate::ipc::MpvIpc).
use std::collections::HashMap;
use serde_json::Value;