Implement RIO plugins
Closed this issue · 1 comments
oddcoder commented
-
srec://
Motorola S-record file encoding. Done via #62 -
base64://
for loading base64 file formats. Done via #61 -
malloc://
for memory allocation based files. Done via #60 - Allow opening files in COW( Copy-On-Write mode). Done via #55
.cow://
: open file as read write except for data is not written the real file itself. instead to a memory copy -
ihex://
: load Intel Ihex File coding. Done via #57
oddcoder commented
probable copy on write need not be a file plugin but rather a IoMode options.