zip-rs-wasm/examples
Mathijs van de Nes 87dbf02e77 Add new example file_info
Like stdin_info, only displays the data of a file, but does not extract
the contents.
2018-10-17 11:38:44 +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
file_info.rs Add new example file_info 2018-10-17 11:38:44 +02:00
stdin_info.rs Update example and bump version to 0.4.1 2018-06-20 22:19:03 +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 Replace try! macros with ? operator calls 2018-10-02 23:12:35 +02:00