| Crates.io | cursive_hexview |
| lib.rs | cursive_hexview |
| version | 0.7.0 |
| created_at | 2017-12-21 12:44:10.279629+00 |
| updated_at | 2022-01-19 12:31:25.07244+00 |
| description | A simple hexviewer for cursive |
| homepage | |
| repository | https://github.com/hellow554/cursive_hexview.git |
| max_upload_size | |
| id | 43821 |
| size | 239,845 |
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.
