-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more info in README.md and Cargo.toml
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
# hexrw | ||
# hexrw | ||
|
||
A CLI utility to read / write hexadecimal value from / to a file. | ||
|
||
# Install | ||
|
||
Use the following command to install `hexrw` executable to `~/.cargo/bin` directory: | ||
|
||
``` | ||
cargo install hexrw | ||
``` | ||
|
||
# Usage | ||
|
||
``` | ||
hexrw [-w <write>] [-r <read>] [-d <delay>] <file> | ||
``` | ||
|
||
# License | ||
|
||
This project is licensed under [MIT license](LICENSE). |