cursive_hexview 0.7.0

A simple hexviewer for cursive
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cursive_hexview"
version = "0.7.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.17", default-features = false }
itertools = "0.10"

[dev-dependencies]

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