flatdata icon indicating copy to clipboard operation
flatdata copied to clipboard

Add support for reading from TAR archive

Open VeaaC opened this issue 4 years ago • 1 comments

Flatdata archives are currently stored as dictionaries. For distribution it could be much nicer if they instead were a single file.

I propose that we should add support die the ResourceStorage(s) of the different languages read from (memory mapped) TAR archives

VeaaC avatar May 15 '20 09:05 VeaaC

Waiting for the tar crate to release the Seek improvements ( https://github.com/alexcrichton/tar-rs/issues/218 ) before updating dependency version and closing this one.

VeaaC avatar Nov 16 '21 10:11 VeaaC