chiark / gitweb /
server: reorganise setup
[hippotat.git] / src / prelude.rs
index 10746786cae1a2ea1f0d6781acea29610a94e000..c0392abe3c265a525e534fadac67fd3bb5267290 100644 (file)
@@ -33,7 +33,7 @@ pub use hyper::body::{Bytes, Buf as _};
 pub use hyper::{Method, Uri};
 pub use hyper_tls::HttpsConnector;
 pub use ipnet::IpNet;
-pub use itertools::{iproduct, Itertools};
+pub use itertools::{iproduct, izip, Itertools};
 pub use lazy_regex::{regex_captures, regex_is_match, regex_replace_all};
 pub use lazy_static::lazy_static;
 pub use log::{trace, debug, info, warn, error};