slient_layer 0.1.0

Compression-resistant steganography library for images and audio
Documentation
1
2
3
4
5
6
7
fn main() {
    if let Err(e) = slient_layer::cli::run() {
        eprintln!("Error: {}", e);
        std::process::exit(1);
    }
}