ixv

Crates.ioixv
lib.rsixv
version0.0.3
sourcesrc
created_at2024-03-18 06:32:44.634781
updated_at2024-03-23 09:28:52.87376
descriptionA CLI application for verifying intel hex file
homepage
repositoryhttps://github.com/Karthik-d-k/ixv
max_upload_size
id1177223
size42,192
(Karthik-d-k)

documentation

README

Crates.io Version Crates.io Total Downloads License

ixv

:crab: A CLI application for verifying intel hex file(s).

Install

Binaries

  1. Binaries are placed in the releases, you can choose depending on your OS.
  2. Download and extract the binary and you are all set to use the tool.

Cargo

$ cargo install ixv

Usage

$ 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 ==> intel hex verifier

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.
Commit count: 28

cargo fmt