[][src]Crate steganer

Modules

argparser
bytetools
configuration
fileio
stegimage

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

_create_configuration

Create a configuration struct.

_run

Main function in steganer. It runs its main logic.

extract_from_image

Extract a file hidden into an image using steganography techniques.

hide_into_image

Hide a file into into an image using steganography techniques.

Type Definitions

Result

Convenient wrapper around std::Result.