drifter 0.1.11

A TUI-based S3 multipart uploader featuring resumable transfers and ClamAV integration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Library exports for drifter
// This allows integration tests and external crates to use drifter's modules

pub mod app;
pub mod components;
pub mod coordinator;
pub mod core;
pub mod db;
pub mod logging;
pub mod services;
pub mod tui;
pub mod ui;
pub mod utils;