cursive_hexview

Crates.iocursive_hexview
lib.rscursive_hexview
version0.7.0
sourcesrc
created_at2017-12-21 12:44:10.279629
updated_at2022-01-19 12:31:25.07244
descriptionA simple hexviewer for cursive
homepage
repositoryhttps://github.com/hellow554/cursive_hexview.git
max_upload_size
id43821
size239,845
Marcel Hellwig (hellow554)

documentation

README

Cursive-Hexview

BuildStatus MIT licensed

A simple and basic hexviewer which can be used with cursive.

Documentation

Can be found on docs.rs

Usage

Just put this into your Cargo.toml

[dependencies]
cursive_hexview = "0.7"

and this in your rust code.

extern crate cursive_hexview;

For a minimal example see examples folder.

hexdump_example

Commit count: 43

cargo fmt