소스 검색

Updated README.

Steve Thielemann 1 년 전
부모
커밋
020d2e591a
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -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
+