ips/pkg6depotd/src/http
Till Wegmueller 7b9391f36e
Refactor: Remove unused imports and clean up redundant code
- Eliminated unused imports across multiple modules, including `info`, `trace`, `warn`, `base64`, `PathBuf`, and `fs`.
- Replaced mutable variable assignment with immutable in `populate_obsolete_db`.
- Simplified loop variable handling in `pkg6depotd` shard handler.
2026-02-04 22:47:44 +01:00
..
handlers Refactor: Remove unused imports and clean up redundant code 2026-02-04 22:47:44 +01:00
middleware Introduce foundational structure for pkg6depotd 2025-12-08 20:11:05 +01:00
admin.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
mod.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
routes.rs Refactor: Replace redb with rusqlite for catalog handling 2026-02-04 22:39:42 +01:00
server.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00