[![Crates.io Version](https://img.shields.io/crates/v/ixv)](https://crates.io/crates/ixv) ![Crates.io Total Downloads](https://img.shields.io/crates/d/ixv) ![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue) ------------- # ixv :crab: A CLI application for verifying intel hex file(s). ## Install #### Binaries 1. Binaries are placed in the [releases](https://github.com/Karthik-d-k/ixv/releases), you can choose depending on your OS. 2. Download and extract the binary and you are all set to use the tool. #### Cargo ```bash $ cargo install ixv ``` ## Usage ```bash $ ixv [OPTIONS] [HEX_FILE]... ``` **Arguments:** ``` [HEX_FILE]... Path to one or more hex file(s) ``` **Options:** ``` -p, --pb Show progress bar -h, --help Print help -V, --version Print version ``` ## About tool name > `ixv` ==> **i**ntel he**x** **v**erifier #### License Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.