yahv

Crates.ioyahv
lib.rsyahv
version
sourcesrc
created_at2025-03-04 00:45:15.889893+00
updated_at2025-03-04 01:00:13.637299+00
descriptionyet another hex viewer
homepagehttps://github.com/Maobuff/yahv
repository
max_upload_size
id1576597
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(Maobuff)

documentation

README

yahv

yahv or yet another hex viewer is a small application to preview files in hexadecimal format. It is meant to be used on embedded systems.

Currently, the project is in the WIP state.

Usage

Usage:
         yahv [options] file
Options:
        -u              use upper case hex letters.
        -d              show offest in decimal.
        -g bytes        number of octets per group. Default 2.
        -h              print usage.
        -s seek         start at <seek>.
        -c cols         <cols> octets per line. Default 16.
        -l len          stop after <len> octets.
        -b              print octets in binary.
Commit count: 0

cargo fmt