@@ -1,2 +1,9 @@
# uswitch
+A text obfuscation tool. It byte XORs a given text, and
+base64 encodes it for storage.
+
+# Rust Conversion
+See: https://stackoverflow.com/questions/41034635/how-do-i-convert-between-string-str-vecu8-and-u8