We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4e4e9 commit 7c9f552Copy full SHA for 7c9f552
1 file changed
src/lib.rs
@@ -67,17 +67,18 @@ fn main() {
67
extern mod collections;
68
extern mod extra;
69
extern mod openssl;
70
+extern mod serialize;
71
extern mod sync;
72
#[phase(syntax)]
73
extern mod phf_mac;
74
extern mod phf;
75
extern mod uuid;
76
77
use collections::{Deque, RingBuf};
-use extra::hex::ToHex;
78
use extra::url::{UserInfo, Url};
79
use openssl::crypto::hash::{MD5, Hasher};
80
use openssl::ssl::{SslStream, SslContext};
81
+use serialize::hex::ToHex;
82
use std::cell::{Cell, RefCell};
83
use std::hashmap::HashMap;
84
use std::io::{BufferedStream, IoResult};
0 commit comments