torrust-tracker-deployer 0.1.0

Torrust Tracker Deployer - Deployment Infrastructure with Ansible and OpenTofu
Documentation
1
2
3
4
5
6
7
//! Persistence infrastructure module
//!
//! This module provides infrastructure components for data persistence,
//! including repositories and file-based storage implementations.

pub mod file_repository_factory;
pub mod filesystem;