Skip to content

Commit a637db2

Browse files
committed
extra: Add url module
Used to be under extra::net, which no longer exists
1 parent 219c1c7 commit a637db2

File tree

2 files changed

+1072
-0
lines changed

2 files changed

+1072
-0
lines changed

src/libextra/extra.rs

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ pub mod sha2;
7676

7777
// And ... other stuff
7878

79+
pub mod url;
7980
pub mod ebml;
8081
pub mod dbg;
8182
pub mod getopts;

0 commit comments

Comments
 (0)