zip-rs-wasm/examples
Benedikt Rascher-Friesenhausen 804cfea51c Replace try! macros with ? operator calls
The `?` operator exists since Rust version 1.13.0 and has since become the
standard and recommended variant over the `try!` macro (see
https://doc.rust-lang.org/std/macro.try.html where it is explicitly mentioned to
use the `?` operator instead of the `try!` macro).

I think it is especially useful to replace the `try!` usages throughout the
examples (since new users might not be familiar with the `try!` macro at all).
2018-10-02 23:12:35 +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 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