hex_it

Crates.iohex_it
lib.rshex_it
version0.1.1
sourcesrc
created_at2023-08-20 18:55:03.785682
updated_at2023-08-20 18:58:40.484446
descriptionA simple hex viewer and basic editor written in Rust
homepage
repositoryhttps://github.com/0bject-0bject/hex-it
max_upload_size
id949508
size21,977
[object Object] (0bject-0bject)

documentation

README

HEX_IT

Description

This is a simple hex viewer and editor written in rust. This is fairly basic, I tried to use as little packages as possible!

Usage

hex-it -p <file>

Options:
    -p, --path <file>   Path to file to open
    -c, --colors        Open file without colors
    -h, --help          Print this help message

(type help once you open the file and read the commands)

Building

cargo build --release

# To install
cargo install --path .
cargo install hex_it
Commit count: 4

cargo fmt