chore: update dependencies and remove unused server modules

This commit is contained in:
Andrew Phillips
2025-08-12 14:38:59 -03:00
committed by Andrew Phillips (aider)
parent f2c951ac73
commit 5150e2f478
7 changed files with 666 additions and 19 deletions

View File

@@ -1,4 +1,3 @@
use std::io::Read;
/// Detect if data is binary or text
/// Returns true if data is likely binary, false if likely text