//! # ptero
//!
//! `ptero` is a crate with utilities for the `ptero_cli` frontend
/// Utils for binary data manipulation
/// Provides functions for manipulation text e.g. word iterator
/// Contains secret data encoders both simple and complex ones.
/// Contains stegotext decoders.
/// Context containing all needed data (e.g. access to cover text) for the steganography methods.
/// Module containing all the available methods for text steganography.
/// Logger utilities.