chicon-rs icon indicating copy to clipboard operation
chicon-rs copied to clipboard

Idea: support tar or zip files

Open sffc opened this issue 4 years ago • 1 comments

It would be cool to write Rust code that could accept a &dyn chicon::FileSystem argument and then read data from a variety of file system formats. It would be nifty if there were other implementations like TarFS or ZipFS that read paths from a tar or zip file. This would enable library authors to write functions that could read from either a flat directory or from a tar/zip file directly.

sffc avatar Jan 15 '21 22:01 sffc

Ok interesting. I will check how to implement it

bnjjj avatar Jan 16 '21 08:01 bnjjj