When I run zw, regardless of whether I pass a file or a string literal, it creates an empty result and when that is decoded it is also empty.
./zw -e "Hello Test 123" > test.txt
./zw -d test.txt
Result:
Also might add that all cargo tests are passing. So not sure whats wrong here. Please assist. Thank you
When I run zw, regardless of whether I pass a file or a string literal, it creates an empty result and when that is decoded it is also empty.
./zw -e "Hello Test 123" > test.txt
./zw -d test.txt
Result:
Also might add that all cargo tests are passing. So not sure whats wrong here. Please assist. Thank you