CryptGuard is a post-quantum cryptography framework with NIST FIPS 203/204/205 (ML-KEM, ML-DSA, SLH-DSA) plus legacy Kyber/Falcon/Dilithium, combined with AES and XChaCha20.
#[cfg(feature ="archive")]pubmodarchive;#[cfg(feature ="zip")]pubmodzip_manager;// Scaffolding kept for the upcoming archive/zip path-handling helpers; not yet
// wired into a caller. Gated rather than deleted to preserve the intended API.
#[allow(dead_code)]enumTargetType{
Dir,
File,
Symlink,}#[allow(dead_code)]implTargetType{pubfndir()->Self{Self::Dir
}pubfnfile()->Self{Self::File
}pubfnsymlink()->Self{Self::Symlink
}}// Reserved namespace struct for future utility associated functions.
#[allow(dead_code)]structUtils;