zip-rs-wasm/examples
Mathijs van de Nes 38d1699853 Improve reading from non-seekable streams
You can now repeatedly call a function to iterate over all files in a
zip. This may give some suboptimal results, but is useful when dealing
with an incoming data stream.
2018-06-16 14:14:34 +02:00
..
extract.rs Make santized_name part of the library 2018-04-20 13:35:20 +02:00
extract_lorem.rs Do not use feature exit_status 2015-04-03 14:54:57 +02:00
stdin_info.rs Improve reading from non-seekable streams 2018-06-16 14:14:34 +02:00
write_dir.rs Updated readme to indicate existence of examples dir. Generalised zip dir example so people could use it also to write to an memory buffer rather than a file. Ideally I'd have the zip dir functionaility in the crate but I can see the need to minimise dependencies. 2018-01-27 06:21:57 +00:00
write_sample.rs Update the write API 2016-10-30 09:09:50 +01:00