Crates.io | mincer |
lib.rs | mincer |
version | 0.0.0 |
source | src |
created_at | 2021-09-04 16:22:00.639763 |
updated_at | 2021-09-04 16:22:00.639763 |
description | (WIP) Mincer |
homepage | https://github.com/unlink2/mincer |
repository | |
max_upload_size | |
id | 446893 |
size | 1,788 |
Mincer is a tool that parses a binary file based on a description file. This tool should be able to parse partially described files as well as files that are not fully understood to help visualize a data structure of unknown contents. Types available:
Should output a nested tree-like structure of the file (e.g. a json)
This program requires the latest version of Rust. To install minutecat-cli simplt clone the repository and run:
cargo install --path ./cli
This program is distributed under the terms of the MIT License.
All contributions are welcome. Both pull requests and issue reports are always appreciated. Please make sure that all existing tests pass before submitting a pull request.