We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4211e commit c5400a8Copy full SHA for c5400a8
src/libextra/sha1.rs renamed to src/libextra/crypto/sha1.rs
src/libextra/std.rc
@@ -86,13 +86,16 @@ pub mod sort;
86
pub mod dlist;
87
pub mod treemap;
88
89
+// Crypto
90
+#[path="crypto/sha1.rs"]
91
+pub mod sha1;
92
+
93
// And ... other stuff
94
95
pub mod ebml;
96
pub mod dbg;
97
pub mod getopts;
98
pub mod json;
-pub mod sha1;
99
pub mod md4;
100
pub mod tempfile;
101
pub mod term;
0 commit comments