[][src]Crate steganer

Modules

argparser

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

PyInit_steganer

This autogenerated function is called by the python interpreter when importing the module.

_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.