cursive_hexview 0.1.1

A simple hexviewer for cursive
Documentation
Cursive-Hexview
===============

[![Build Status](https://travis-ci.org/hellow554/cursive_hexview.svg?branch=master)](https://travis-ci.org/hellow554/cursive_hexview)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

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


Usage
-----

Just put this into your `Cargo.toml`

```toml
[dependencies]
cursive_hexview = "0.1"
```

and this in your rust code.

```rust
extern crate cursive_hexview;
```


For a minimal example see `examples` folder.

![hexdump_example](doc/hexdump_example.png)


[0]: https://crates.io/crates/cursive