byte go write
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1ec3320
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# wrat
+
+fs util for writing bytes to a file
+
+## usage
+
+```bash
+wrat [0, 0, 0, 255, 126, 126, 255, 255] outfile
+```
+
+### get
+
+```bash
+cargo install wrat
+```
+
+### see also
+
+[erad](https://github.com/bend-n/erad)
+[hew](https://github.com/bend-n/hew)