binary-manager 0.1.0

A binary parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "binary-manager"
authors = ["Matheus-git <mathiew0@gmail.com>"]
description = "A binary parser"
version = "0.1.0"
license = "MIT"
edition = "2024"
exclude = [
    "assets/*",
]

[dependencies]
plain = "0.2.3"
tabled = "0.20.0"
clap = { version = "4.3", features = ["derive"] }