cursive_hexview 0.3.0

A simple hexviewer for cursive
Documentation
[package]
name = "cursive_hexview"
version = "0.3.0"
authors = ["Marcel Hellwig <git@cookiesoft.de>"]
description = "A simple hexviewer for cursive"
repository = "https://github.com/hellow554/cursive_hexview.git"
readme = "Readme.md"
keywords = ["cursive", "hexview"]
license = "MIT"

[dependencies]
cursive = { version = "0.14", default-features = false }
itertools = "0.8"

[dev-dependencies]
cursive = "0.14"

[badges.travis-ci]
repository="hellow554/cursive_hexview"