Consolidate ARP/mDNS modules under scanners::{arp,mdns}::{finder,scanner,status}

Group each discovery protocol's primitive (finder), orchestration loop
(scanner), and status state under one module tree instead of splitting
them between device_finders/ and crate-root *_scanner / *_scanner_status
files. Also includes incidental rustfmt fixes to a few pre-existing
long lines.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-05-30 09:48:29 -04:00
co-authored by Claude Opus 4.7
parent 54211c57d7
commit c12e700c27
16 changed files with 61 additions and 38 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use log::error;
use serde::Serialize;
use utoipa::ToSchema;
use crate::mdns_scanner_status;
use crate::scanners::mdns::status as mdns_scanner_status;
#[derive(Serialize, ToSchema)]
pub struct MdnsScannerStatusResponse {