Re-exports§
pub use database::DatabaseProvider;
pub use database::Migration;
pub use database::QueryResult;
pub use database::Row;
pub use database::Transaction;
pub use filesystem::FileInfo;
pub use filesystem::FileMetadata;
pub use filesystem::FileSystemProvider;
pub use network::NetworkProvider;
pub use network::NetworkRequest;
pub use network::NetworkResponse;
pub use storage::StorageProvider;
Modules§
Structs§
- Mock
File System - Mock filesystem implementation for testing
- Platform
Capabilities - Platform capabilities detection
- Platform
Manager - Main platform manager that coordinates all platform providers
- Platform
Providers - Platform provider collection