//! Stegosaurust is a command line program and library to perform steganography in rust.
/// Data structures for parsing and validating command line options to `stegosaurust`.
pub use run;
/// Compression module with a simple interface to compression/decomporession functions, without all the fuss.
/// Cryptography module to provide a simple interface to
/// common encryption and hashing function, without all the fuss.
/// Steganography module containing different implementations of encoding methods.