eck 0.0.4

A fast, simple file & folder encryption manager, written in Rust
1
2
3
4
5
6
7
8
9
10
11
//! Integration Tests - End-to-end workflow verification
//!
//! Test complete encryption/decryption workflows including CLI interaction

pub mod cli_tests;
pub mod compression_tests;
pub mod encrypt_chunk_job;
pub mod encryption_flow;
pub mod folder_encryption;
pub mod tui_flow;
pub mod tui_tests;