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.