Skip to main content

torrust_tracker_deployer_lib/infrastructure/persistence/
mod.rs

1//! Persistence infrastructure module
2//!
3//! This module provides infrastructure components for data persistence,
4//! including repositories and file-based storage implementations.
5
6pub mod file_repository_factory;
7pub mod filesystem;