feat: move core services to services directory

This commit is contained in:
Andrew Phillips
2025-08-25 18:22:17 -03:00
committed by Andrew Phillips (aider)
parent 8cc0cfc606
commit 321e00171e
9 changed files with 201 additions and 533 deletions

6
src/services/mod.rs Normal file
View File

@@ -0,0 +1,6 @@
pub mod async_item_service;
pub mod compression_service;
pub mod error;
pub mod item_service;
pub mod meta_service;
pub mod types;