Cursive-Hexview
A simple and basic hexviewer which can be used with cursive.
Usage
Just put this into your Cargo.toml
[]
= "0.1"
and this in your rust code.
extern crate cursive_hexview;
For a minimal example see examples folder.

A simple and basic hexviewer which can be used with cursive.
Just put this into your Cargo.toml
[]
= "0.1"
and this in your rust code.
extern crate cursive_hexview;
For a minimal example see examples folder.
