Compare commits

..

2 Commits

Author SHA1 Message Date
oysteikt 023aefff20 finger: debug logging serverside
Build and test / check (push) Successful in 1m24s
Build and test / build (push) Successful in 1m31s
Build and test / test (push) Successful in 1m56s
Build and test / docs (push) Successful in 3m35s
2026-04-23 20:53:24 +09:00
oysteikt 9cd1d0fe83 finger: dedup results 2026-04-23 20:53:24 +09:00
+1
View File
@@ -1,6 +1,7 @@
use std::os::fd::OwnedFd;
use anyhow::Context;
use itertools::Itertools;
use serde::{Deserialize, Serialize};
use zlink::{ReplyError, service::MethodReply};