A simple and basic hexviewer which can be used with cursive.
Can be found on docs.rs
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.