Files
pmomusic/pmoaudiocache/src
Eric Coissac 77d0d73ed7 🗑️ Remove unused imports and format code
- Comment out `use std::simd::*` in pmoaudio as it's unused and modules import their own SIMD
- Remove `Instant` from imports in track_metadata.rs (unused)
- Reorder anyhow import to match Rust convention (`anyhow, Result` → `Result`) and remove unused imports
- Improve XML response logging readability with line breaks in iterator chain
+ Refactor `get()` method to multi-line for clarity and consistency
2026-04-04 00:57:37 +02:00
..
2025-12-17 14:25:24 +01:00
2025-12-06 12:48:21 +01:00
2026-04-04 00:57:37 +02:00