Rust [learning] hexdump utilty
Go to file
renovate b400e691e1 Update Rust crate clap to 4.2.4 (#3)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://github.com/clap-rs/clap) | dependencies | minor | `4.0.29` -> `4.2.4` |

⚠️ Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9-->

Co-authored-by: Renovate Bot <renovate@localhost.localdomain>
Reviewed-on: #3
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2023-04-27 15:25:03 +02:00
src Updated colors 2023-01-06 18:44:34 +01:00
.drone.yml Add drone ci 2022-12-14 17:55:41 +01:00
.gitignore initial commit 2021-04-18 16:40:59 +02:00
Cargo.lock Update Rust crate clap to 4.2.4 (#3) 2023-04-27 15:25:03 +02:00
Cargo.toml Update Rust crate clap to 4.2.4 (#3) 2023-04-27 15:25:03 +02:00
README.md Update 'README.md' 2023-01-09 14:08:35 +01:00
renovate.json Configure Renovate (#2) 2023-04-27 15:09:37 +02:00

README.md

Simple hexdump tool

Build Status

Rust learning project.

Usage

A simple hexdump tool

Usage: rhd [OPTIONS] [FILENAME]

Arguments:
  [FILENAME]  Filename to read, if left out read from stdin

Options:
  -l, --length <LENGTH>  Stop after <len> octets
  -r, --revert           Revert hexdump to binary
  -h, --help             Print help information
  -V, --version          Print version information