seaeagle1
seaeagle1
To my pleasant surprise, I discovered that the AsciiPointer pattern plainly uses Rust CString, which is UTF-8 instead of ASCII. This is not an issue when transferring strings _into_ Rust,...
Curious whether this is (or can be turned into) something usable for more than just me. I've added a way to access embedded Exif tags in a sort-of-standardized way. The...
I've introduced en- and decrypt functions without the string conversions and/or base64 encoding to allow encoding of binary data. Perhaps they are useful for someone else as well.