fuse-google-drive
fuse-google-drive copied to clipboard
Simplify string handling where possible
Recently made the str class, which leaves adding more functions to make using it simpler. Right now I have to do some painful manipulations to make things usable when interfacing with the curl_interface. Using str_t
s everywhere will help with that some, but initialization and concatenation of lots of strings needs to be dead simple.
Need to move urlencoding and filename encoding functions into str.