ixv 0.0.1

A CLI application for verifying intel hex file
Documentation
# ixv

:crab: A CLI application for verifying intel hex file.

## Install

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.


## Usage
```bash
$ ixv [OPTIONS] <HEX_FILE>
```

**Arguments:**
```
<HEX_FILE>  Path to an hex file
```

**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

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

<br>

<sub>
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.
</sub>