Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc00f81 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# erad + +fs util for reading the bytes of a file as a array + +## usage + +```bash +erad file +# [0, 5, 221, 4, ...] +``` + +### get + +```bash +cargo install erad +``` + +### see also + +[wrat](https://github.com/bend-n/wrat) + |