Crate hhh

Source
Expand description

Define the library content.

Important structs are Generator and Reader. See also the convenience methods write_hexdump and read_hexdump.

Re-exports§

pub use generator::write_hexdump;
pub use reader::read_hexdump;

Modules§

byte_data
Package byte data compactly for later use.
directive_def
Definition of directives.
directives
Deal with directives.
expression
Parse expressions.
generator
Generate a hexdump.
math
Some fast math routines.
options
Process options for the command line interface.
read_configuration
Read a configuration file.
reader
Parse a binary file description.

Constants§

HASH
Retrieve and save the short hash number from the Cargo manifest. This is populated during compilation.
VERSION
Retrieve and save the version number from the Cargo manifest. This is populated during compilation.

Functions§

configure_logging
Configure logging.
get_config_directory
Obtain the configuration folder for hhh.
get_config_file
Return the central configuration file.